FTP时显示500 Illegal PORT command的解决或者IE无法访问解决FTP,如图:

500 Illegal PORT command


我一直被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

相关文章:

  • 2021-12-17
  • 2022-12-23
  • 2021-05-18
  • 2021-07-10
  • 2022-12-23
  • 2021-11-19
  • 2022-02-06
  • 2022-12-23
猜你喜欢
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案