ftp-ssl

The FTP client with SSL or TLS encryption support

Install

All systems
curl cmd.cat/ftp-ssl.sh
Debian Debian
apt-get install ftp-ssl
Ubuntu
apt-get install ftp-ssl
Windows (WSL2)
sudo apt-get update sudo apt-get install ftp-ssl
Raspbian
apt-get install ftp-ssl

ftp-ssl

The FTP client with SSL or TLS encryption support

ftp is the user interface to the ARPANET standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site. ftp-ssl replaces normal ftp using SSL or TLS authentication and encryption. It interoperates with normal ftpd. It checks if the other side is also talking SSL or TLS, if not it falls back to normal ftp protocol. Advantages over normal ftp(d): Your passwords and the data you send will not go in cleartext over the line. Nobody can get it with tcpdump or similar tools.