Windows explorer hangs up FTP connection after PASV command

こ雲淡風輕ζ 提交于 2019-12-11 16:06:43

问题


I try to implement a simple FTP server. It works with total commander and firefoxm but windows explorer works very strange. It sends 'PASV' command, gets the answer with IP and PORT numbers and then just throws an error ('cound not connect server' or something similar, no description). I can't understand why does it do so.

Or maybe I can force explorer to use active mode somehow?


回答1:


Solved the issue. My server was opening passive port only after getting command, and explorer was waiting for it to be ready just after PASV.



来源:https://stackoverflow.com/questions/10102263/windows-explorer-hangs-up-ftp-connection-after-pasv-command

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!