Vsftpd Configuration

From Dev411: The Code Wiki

vsftpd is the default FTP server for Red Hat and thus CentOS.

Requiring SSL

To mandate SSL, add the following lines to your vsftpd.conf file. For RHEL/CentOS, this file is typically at /etc/vsftpd/vsftpd.conf

enable_ssl=YES
force_local_logins_ssl=YES
force_local_data_ssl=YES