the standard CentOS packages seem to be vsftp and proftp.
# yum list installed | grep ftp
if you did not install the ftp package during installation, you will need to install vsftp
# yum install vsftp
You will also want to enable vsftp on start-up, so
# chkconfig vsftpd on
And start service vsftpd
# service vsftp start
configure it in /etc/vsftp/vstpd.conf
# vi /etc/vsftp/vstpd.conf
It works now :)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น