i want to use both FTP and SFTP.but when i use this code in proftpd.conf to use SFTP i can't access server on FTP by FileZilla.can i config proftpd to use both FTP and SFTP at the same time.
code in proftpd.conf: DefaultRoot ~
AllowOverwrite on
Umask 002
<IfModule mod_sftp.c>
SFTPEngine On
SFTPHostKey /etc/ssh/ssh_host_rsa_key
SFTPHostKey /etc/ssh/ssh_host_dsa_key
</IfModule>
Recent comments
1 day 22 hours ago
2 days 7 hours ago
2 days 10 hours ago
2 days 11 hours ago
2 days 13 hours ago
2 days 14 hours ago
2 days 16 hours ago
2 days 17 hours ago
3 days 9 hours ago
3 days 10 hours ago