proftpd与mysql结合后出现的问题
下面是我登录服务器时出现的问题,请大家指正服务器的PROFTPD配置有什么不对:
ftp 192.168.0.1 81
Connected to 192.168.0.1.
220 ProFTPD 1.2.9rc1 Server [localhost.localdomain]
500 AUTH not understood
500 AUTH not understood
KERBEROS_V4 rejected as an authentication type
Name (localhost:chinese): mysql
331 Password required for mysql.
Password:
230 User mysql logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>; dir
200 PORT command successful
421 Service not available, remote server has closed connection
问题就是出现在这里:
200 PORT command successful
421 Service not available, remote server has closed connection
只要是执行与文件有关的命令就会出现上面的情况。
我的PROFTPD是与MYSQL一起结合的。
请问这是为什么呢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也遇到同样的问题了。
我的proftpd版本为1.3.0
proftpd -vv
- ProFTPD Version: 1.3.0 (stable)
- Scoreboard Version: 01040002
- Built: Wed Jul 26 20:05:07 CST 2006
- Module: mod_core.c
- Module: mod_xfer.c
- Module: mod_auth_unix.c
- Module: mod_auth.c
- Module: mod_ls.c
- Module: mod_log.c
- Module: mod_site.c
- Module: mod_delay/0.5
- Module: mod_ratio.c
- Module: mod_readme.c
- Module: mod_auth_pam.c
- Module: mod_tls/2.1.1
- Module: mod_wrap.c
- Module: mod_ldap/2.8.17-20051202
- Module: mod_sql/4.2.1
- Module: mod_sql_mysql/4.05
- Module: mod_quotatab.c
- Module: mod_quotatab_sql.c
- Module: mod_quotatab_file.c
- Module: mod_quotatab_ldap.c
- Module: mod_cap/1.0
- Module: mod_ctrls/0.9.3
proftpd配置文件是使用自带的sample
# service iptables stop
然后再试试