局域网用FTP命令访问外网的FTP SERVER,执行任何命令(如dir,ls,put,get)总是报下面的错误
ftp:500 Illegal PORT command. 425
ftp:Use PORT or PASV first
或者是下面的错误
ftp:500 Illegal PORT command.
ftp: bind: Address already in use
主要是由于Iptables防火墙不支持
ip_nat_ftp
ip_conntrack_ftp
在linux的ftp服务器上执行下列命令即可解决
modprobe ip_nat_ftp
modprobe ip_conntrack_ftp
---------------------
作者:xueling022
来源:CSDN
原文:https://blog.csdn.net/xueling022/article/details/53183929
版权声明:本文为博主原创文章,转载请附上博文链接!
相关文章
- 02-28ftp:500 Illegal PORT command. 425
- 02-28centOS 6.4 vsftpd 500 illegal port command
- 02-28centOS 6.4 vsftpd 500 illegal port command
- 02-28FTP链接的主被动模式:500 Illegal PORT command的问题
- 02-28ftp报错 200 port command successful. consider using pasv 425 failed to establish connection
- 02-28真正解决办法:FTP 执行命令时500 Illegal PORT command