TurboFTP is a file-transfer client for moving directory trees and individual files between a computer and FTP, FTPS or SFTP servers. It keeps remote sites in an address book, places transfers in a queue and can compare a local folder with a remote folder before synchronization. A transfer copies data; a synchronization scheme can also overwrite or delete data to make one side follow the other.
Sites define the connection
Each saved site holds the server address, protocol, credentials and connection behavior. SFTP runs through SSH, while FTPS wraps FTP in TLS. These protocols are not interchangeable merely because they encrypt traffic. The server must listen for the selected protocol and accept the chosen authentication method.
TurboFTP lets each site select SSH algorithms or TLS settings. Tightening those choices can block an old server; enabling obsolete choices can weaken the connection. The first connection should confirm the server’s host key or certificate through a trusted channel rather than accepting an unexpected identity.
Queues survive interruptions
Files dragged into the transfer queue can run in order across more than one saved site. TurboFTP can reconnect and resume a broken transfer when the server supports restart. A resumed upload avoids sending the completed portion again, but it does not prove that the remote file is correct.
Size, timestamp and an available checksum should be compared after an important delivery. Transfer mode also matters on traditional FTP: an incorrect text mode can alter line endings, while binary mode keeps the original bytes. SFTP carries file bytes without that FTP text conversion choice.
Sync schemes change data
The Folder Synchronizer compares local and remote directory structures, then applies a selected direction and scheme. One scheme may add only missing files, another may update existing destinations, and a mirror can remove destination entries that no longer exist at the source.
A similar name does not make these outcomes safe substitutes. File times can differ because of server clocks or time-zone handling. TurboFTP can compare size instead, but equal size does not guarantee equal content. The visual synchronizer is the right place to inspect proposed changes before a first run.
Scheduled jobs skip prompts
TurboFTP can save a queue session or a synchronization task and run it once or repeatedly. Scheduled synchronization executes the configured rules without stopping to confirm deletions. The official guide directs users who require confirmation for every change to run the Folder Synchronizer manually.
Testing a schedule with disposable source and destination folders exposes direction mistakes before real files are involved. Include and exclude filters need the same test. A broad include rule or reversed source can turn a routine update into an unattended deletion.
Service changes capacity
Without the Sync Service module, the graphical TurboFTP program must stay open on the desktop, and only one scheduled job can run at a time. Closing the session can therefore stop expected transfers. Running through the service removes the interactive-login requirement and can run several tasks.
A service account still needs access to local folders, network shares, saved credentials and private keys. A path that works in the signed-in user’s session can fail under the service identity. Network-share tasks require the configured logon account rather than an assumption that desktop permissions carry over.
PGP has strict inputs
The Corporate edition can encrypt files before upload and decrypt recognized PGP archives after download within selected task types. Pre-upload encryption appends a PGP suffix to the temporary copy, sends it, then removes that working copy after success.
Automatic decryption needs a private key with the matching key ID. A protected key also needs its correct passphrase stored for the unattended task. Missing either input leaves the downloaded archive encrypted. This encryption layer sits on top of the transfer protocol, so an SFTP connection and a PGP file solve different parts of the delivery.





