Search found 1 match
- Wed Apr 15, 2020 1:29 pm
- Forum: FTP Server
- Topic: [HowTo] VSFTPD enable SSL/TLS
- Replies: 7
- Views: 13362
Re: [HowTo] VSFTPD enable SSL/TLS
Good morning, I have the solution to the problem of the connection with TLS in vsftpd. Just add a directive in the vsftp configuration file nano /etc/vsftp.conf and add the following line: We will connect through port 1000 for example ... listen_port=1000 and we restart the server: service vsftpd re...