Step 1
Install the vsftpd FTP programme
#yum install vsftpd
Step 2
Add a new FTP user
# adduser -c 'FTP USER john' -m john
# passwd john
Install the vsftpd FTP programme
#yum install vsftpd
Step 2
Add a new FTP user
# adduser -c 'FTP USER john' -m john
# passwd john
Step 3
Restart the vsFTPd programme
# service vsftpd restart
Step 4
chown the path to the ftp user john
# chown -R /path/to/dir john