-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting and FAQ
See Installation — expected on unsigned/unnotarized builds, one-time per download.
Fixed in v3.3.2. If you're on an older version, update — see Overwrite Modes for what changed (the app used to reconnect once per file just to check if it already existed; now it's one connection per destination for the whole batch). Switching the task's overwrite mode to Replace also sidesteps the check entirely, on any version, since Replace never needs to ask the server anything first.
Some embedded FTP servers (e.g. Luma3DS's ftpd used on 3DS homebrew) claim to support the
MDTM command but actually reject it. The app detects this and falls back to reading modified
times from the directory listing instead — this has been handled automatically since v3.3.1.
If you're still seeing every file re-sent regardless of timestamps, make sure you're on a current
build; older versions didn't have this fallback (or the UTC-normalization fix that came with it),
and could either always treat the destination as "unknown modified time" (so everything looked
newer) or compare timestamps in the wrong time zone.
Fixed in v3.3.1. Before that, picking a folder with subfolders sent every file from every subfolder straight into the destination's root, losing the tree structure. Now the destination tree mirrors the source (and you can optionally also keep the chosen folder's own name at the destination — see Folder Sources).
Fixed in v3.3.1. Launching the same executable a second time now just brings the existing window to the front instead of opening a duplicate — see Watch Mode and Tray.
Fixed in v3.3.1 (extracts the real app icon instead of using Windows' generic placeholder).
Expected — passwords are encrypted per-machine (Windows DPAPI is tied to the Windows user account; other OSes use a local AES key next to the settings file). Re-enter the password on the new machine. See Settings Reference.
Open an issue on the GitHub repository.
Include your OS, the app version (Settings window or --list output doesn't show it directly —
check the release you downloaded, or the window title/about area), and, for FTP/SFTP issues, what
kind of server you're connecting to if you know it (some quirks are server-specific, see
FTP, FTPS and SFTP).
The app doesn't keep a persistent log file. The CLI prints per-file
OK/SKIP/FALHA (FAIL) lines to the console (unless --silent), which is the most detailed
built-in output available — useful for diagnosing a specific task without opening the GUI.
1-Click Transfer — MIT licensed · Website · Support on Ko-fi