Scriptable FTPS client able to send Keep Alive to control port?

Posted by schultkl on Server Fault See other posts from Server Fault or by schultkl
Published on 2013-11-12T08:51:14Z Indexed on 2013/11/12 9:57 UTC
Read the original article Hit count: 384

Filed under:
|
|
|
|

We need a FTP client that satisfies the following constraints:

  1. Windows
  2. Command-line scriptable, so we can automate it...sorry, FileZilla (?)
  3. FTPS, as it seems to perform better than SFTP
  4. The ability to send KeepAlive commands to the FTPS control port
  5. No passwords sent on the command line...sorry, curl

Number 4, above, is critical: we have set KeepAlive in some other clients (e.g., CoreFTP LE) but we seem to have some routing equipment in the server environment which drops our connection when transferring a 7GB+ file. We have also set passive mode and "resume transfer" functionality seems currently broken with this secure file transport server...so we need to download the file in one go.

What FTPS clients might meet our needs?

© Server Fault or respective owner

Related posts about Windows

Related posts about ftp