Public FTP Servers Require SSL/TLS Control Channel
Overview
This article discusses the requirement for public FTP servers to use SSL/TLS for the control channel. A real-world example, www3.software.ibm.com, is provided to illustrate the concept.
Linux Shell FTP Clients
To connect to public FTP servers using SSL/TLS, you can use Linux shell FTP clients such as lftp or ncftp.
Example: Connecting with lftp
Assuming you have lftp installed on your Linux system, you can connect to the IBM FTP server using the following command:
lftp -f -e 'open www3.software.ibm.com; user ; password ; set ssl:verify-certificate no; set ftp:ssl-allow no; mirror -R / - Books: -
- Articles:
- Online Resources: