Ftp Connection closed without indication.

1,204 阅读1分钟

今天搭建vsftpd服务,连接时候出现这个问题, 执行 sudo vim /etc/vsftpd/vsftpd.conf 添加超时检测

idle_session_timeout=6000
data_connection_timeout=1200

重启服务,出现 500 OOPS: vsftpd: cannot locate user specified in 'chown_username':whoever 需要把这两行配置文件注销 #chown_uploads=YES #chown_username=whoever