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 per-destination option in the FTP/FTPS destination editor: "Legacy PASV mode" — for FTP servers (like the 3DS's ftpd) that don't support Extended Passive Mode (EPSV) and log a harmless 502 Invalid command "EPSV" before falling back to plain PASV. Enabling it skips straight to PASV, avoiding the log noise and one extra round-trip per connection.
Fixed a layout glitch: dragging the TASKS panel to a very short height could make the selected task's info text visually overlap the "Send this task" button. The two count lines (source files / destinations) are now combined into one, and the text area no longer overflows onto the buttons below it.
Português (BR)
Nova opção por destino no editor de destino FTP/FTPS: "Modo PASV legado" — para servidores FTP (como o ftpd do 3DS) que não suportam Extended Passive Mode (EPSV) e registram um 502 Invalid command "EPSV" inofensivo antes de cair pro PASV comum. Ativar essa opção pula direto pro PASV, evitando o ruído no log e uma ida e volta a mais por conexão.
Corrigido um problema de layout: ao arrastar o painel TAREFAS pra uma altura bem baixa, o texto de informações da tarefa selecionada podia sobrepor visualmente o botão "Send this task". As duas linhas de contagem (arquivos de origem / destinos) agora viram uma só, e a área de texto não vaza mais por cima dos botões.