02
11/11
500 Illegal PORT command
FTP时显示500 Illegal PORT command的解决或者IE无法访问解决FTP,如图: 我一直被FTP所困惑 在公司的局域网用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 ...
02
11/11