You can disable direct root login for ProFTP by modifying the proftpd.conf file.
Modify /etc/proftpd.conf
Add RootLogin off
Restart ProFTP
/sbin/service proftpd stop
/sbin/service proftpd start
You can disable direct root login for ProFTP by modifying the proftpd.conf file.
Modify /etc/proftpd.conf
Add RootLogin off
Restart ProFTP
/sbin/service proftpd stop
/sbin/service proftpd start