1.ftp xxx.xxx.xxx.xxx port
2.user_name
3.password
ls
output-->
500 Illegal PORT command.
ftp: bind: Address already in use
4.quote pasv
5.passive
ls-->OK!!!
2.user_name
3.password
ls
output-->
500 Illegal PORT command.
ftp: bind: Address already in use
4.quote pasv
5.passive
ls-->OK!!!
本文介绍了在使用FTP客户端进行文件传输时遇到的问题,特别是当尝试使用PORT命令时出现的错误提示。文章详细解释了如何通过设置被动模式(PASV)来解决这些问题,并展示了被动模式下命令的正确使用方法及预期的正常输出。
5962

被折叠的 条评论
为什么被折叠?



