使用VSFTPD. FTP Command via 20 port, Data transfer via 21 port.
type: ps -ef|grep vsftp to see if it is running, should come back with two lines if it is. One will be the vsftpd process the other will be the grep. If it is not running, then su to root: type: /etc/rc.d/init.d/vsftpd start if it errors out you will see the reason for the failure.
http://www.unix.com/unix-dummies-questions-answers/35601-vsftp-problems.html
vsftpd can be set up either as a standalone service or as an on demand service.
把原本在/etc/xinted.d/vsftpd 這個檔案移除, vsftpd 就可以順利啟動 , 否則就無法啟動, 用service vsftpd status看,會顯示vsftpd STOP. 不能standalone & daemon同時都有.
http://www.unix.com/red-hat/128810-vsftpd-service-failed-start.html
- Aug 31 Sat 2013 23:20
-
CentOS FTP build up
請先 登入 以發表留言。