LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   FTP over SSL/TLS (implicit encryption) (https://www.linuxquestions.org/questions/linux-general-1/ftp-over-ssl-tls-implicit-encryption-456233/)

mikeshn 06-19-2006 10:05 AM

FTP over SSL/TLS (implicit encryption)
 
How to connect from Linux server to FTP server over SSL/TLS(implicit encryption)?

cdhgee 06-20-2006 03:06 AM

There is no standard way to do what you're trying to do. You'd have to have custom software at both ends to act as an FTP server/client and to handle the encryption/decryption.

A better idea would be to run an SSH server at the server end, and then use sftp to connect to it, which will allow you to transfer files through the encrypted tunnel. This is a much more standard method.


All times are GMT -5. The time now is 09:32 PM.