How to ensure FTPeS uses a secure connection?
listed in answer
ANSWER:
You would need to configure the client to always use encrypted control and data connections. For example, in lftp this is done by setting ftp:ssl-force and ftp:ssl-protect-data to true.
by mgorven from http://unix.stackexchange.com/questions/40486

New Comments