CentOS FTP Service Configuration
install the ftp server:
yum install vsftpd
start it for the first time:
/etc/init.d/vsftpd start
enable users to use their home directory:
/usr/sbin/setsebool -P ftp_home_dir 1
it may still be needed to change the firewall configuration.