报错: Unable to make a connection. Please try again. Error message= uncaught exception: [Exception... "Component returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED) [nsIScriptableInputStream.read]" nsresult: "0x80470002 (NS_BASE_STREAM_CLOSED)" location: "JS frame :: chrome://fireftp/content/js/connection/controlSocket.js :: :: line 76" data: no] URL= Line Number= 0 我认为我的配置没有问题,因为我在其他 VPS 中就是这样配置的。是成功的。 cat /etc/vsftpd.conf
listen=YES #listen_ipv6=YES anonymous_enable=YES local_enable=YES write_enable=YES dirmessage_enable=YES use_localtime=YES xferlog_enable=YES connect_from_port_20=YES chroot_local_user=NO chroot_list_enable=YES chroot_list_file=/etc/vsftpd.chroot_list secure_chroot_dir=/var/run/vsftpd/empty pam_service_name=vsftpd rsa_cert_file=/etc/ssl/private/vsftpd.pem
我已经把 root 从/etc/ftpusers 中注释掉了。 @huacnlee可以玩 ftp 吗?我是 1G 内存主机。 期待@zhuangbiaowei 帮助 后来还把 listen_ipv6=YES 注释去掉,还是不行。