我在我的 CentOS 虚拟机上安装了 vsftpd
rpm -qa | grep vsftp
vsftpd-2.2.2-13.el6_6.1.x86_64
vsftpd is running
service vsftpd status
vsftpd (pid 14806) is running...
但我无法执行 ftp localhost 或 vsftpd 127.0.0.1 它说
[root@ash-dev-xxx-admintest-01 vsftpd]# vsftpd 127.0.0.1
500 OOPS: cannot read config file: 127.0.0.1
下面附上 vsftpd.conf 文件。
[root@ash-dev-xxx-admintest-01 vsftpd]# pwd
/etc/vsftpd
[root@ash-dev-xxx-admintest-01 vsftpd]# ls -l
total 20
-rw------- 1 root root 125 Oct 17 2014 ftpusers
-rw------- 1 root root 361 Oct 17 2014 user_list
-rw------- 1 root root 4597 Apr 28 06:10 vsftpd.conf
-rwxr--r-- 1 root root 338 Oct 17 2014 vsftpd_conf_migrate.sh