24 Dec 2009
17 Jan 2010
01 Jan 2010
simple reminder to enable ftp on server:
yum -y install vsftpd
vi /etc/vsftpd/vsftpd.conf
ensure a line listen_port=21 is added to the config file,
and remove #connect_from_port_20=YES
vi /etc/vsftpd/ftpusers
remove root as not allowed user
vi /etc/vsftpd/user_list
remove root as not allowed user