FTP over TLS

Post Reply
absolutemusik
Posts: 13
Joined: Wed Feb 03, 2021 10:01 am

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

Tags:
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

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
putude
Posts: 12
Joined: Tue Jun 30, 2020 6:06 am

solved!!
thank you for your help
Post Reply