You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New opt-in "Verify after transfer" toggle in the destination editor (Local, FTP/FTPS, and SFTP). When enabled, the app compares the file size on the destination right after sending and fails the transfer if it doesn't match, reusing the same connection for FTP/SFTP — no extra round-trip. The transfer queue shows "Done ✓ verified" when it passed.
Transfer queue: the TRANSFER button now turns into Cancel transfer while a transfer is running; canceling stops new items from starting (files already in flight finish). Each queued item also gets a checkbox — uncheck it before it runs to skip that one send (marked "Skipped", not counted as a failure).
DESTINATION panel: when a task has multiple destinations, files that already exist there and match what you're about to send now show up right under each destination (indented, with size/date), so you can compare before sending — no more guessing without opening every folder.
Fixed: Watch could silently drop a task's auto-send if it triggered while another task's transfer was already running (e.g. two watched tasks changing around the same time — one would always send, the other would never fire). Triggers that arrive mid-transfer are now queued and run right after the current transfer finishes.
Português (BR)
Novo toggle opcional "Verificar após transferência" no editor de destino (Local, FTP/FTPS e SFTP). Quando ligado, o app confere se o tamanho do arquivo no destino bate logo após o envio e marca a transferência como falha se não bater, reaproveitando a mesma conexão no FTP/SFTP — sem round-trip extra. A fila mostra "Concluído ✓ verificado" quando passa.
Fila de transferência: o botão TRANSFERIR agora vira Cancelar transferência durante um envio; cancelar impede que novos itens comecem (os que já estão em andamento terminam). Cada item na fila também ganha uma caixinha — desmarque antes dele rodar pra pular aquele envio (fica "Pulado", não conta como falha).
Painel DESTINATION: quando uma tarefa tem vários destinos, arquivos que já existem lá e batem com o que você vai enviar agora aparecem logo abaixo de cada destino (indentados, com tamanho/data), pra comparar sem precisar abrir cada pasta.
Corrigido: o Watch podia perder silenciosamente o envio automático de uma tarefa se ela disparasse enquanto outra tarefa já estava transferindo (ex: duas tarefas vigiadas mudando quase juntas — uma sempre enviava, a outra nunca). Gatilhos que chegam no meio de uma transferência agora ficam na fila e rodam assim que a transferência atual termina.