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
FTP over TLS
- myVesta
- Site Admin
- Posts: 946
- Joined: Fri Jun 19, 2020 9:59 am
- Has thanked: 9 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:
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