Page 1 of 1

FTP over TLS

Posted: Thu Apr 29, 2021 5:58 am
by absolutemusik
I have created a FTP account for uploading files. However, I would like to have the FTP over TLS / SSL.
However, I am trying to find something help.
At VestaCP forum, there is a hint suggested. (https://forum.vestacp.com/viewtopic.php?t=10873)
Proftpd can working whit tls check docs-> http://www.proftpd.org/docs/howto/TLS.html
How can I get back .c file?

Is there any quick way rather than compile the c program source?

root@svr01:/# ps -ef | grep ftp
proftpd 11643 1 0 Apr28 ? 00:00:01 proftpd: (accepting connections)
admin 77823 77822 0 09:42 ? 00:00:00 /usr/lib/openssh/sftp-server

Thanks in advance.
Regards,
Willie

Re: FTP over TLS

Posted: Fri Apr 30, 2021 3:55 am
by myVesta
Add this line to /etc/proftpd/proftpd.conf :
https://github.com/myvesta/vesta/blob/m ... pd.conf#L7

Download https://raw.githubusercontent.com/myves ... d/tls.conf
and save as /etc/proftpd/tls.conf

Restart proftpd:

Code: Select all

systemctl restart proftpd

Re: FTP over TLS

Posted: Sat Apr 15, 2023 2:22 am
by putude
solved!!
thank you for your help