Install and configure vstfpd
yum install vsftpd
usermod -d /data/virtualhost/test.com/www/ -s /bin/bash username
chown -R username /data/virtualhost/test.com/www/
[root@ ~]# cat /etc/vsftpd/vsftpd.conf
anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=NO
log_ftp_protocol=YES
ftpd_banner=Welcome to My FTP service.
chroot_local_user=YES
listen=YES
pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=YES