Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试实现一个简单的 FTP 服务器。它适用于总指挥官和 firefoxm,但 windows 资源管理器的工作方式非常奇怪。它发送“PASV”命令,得到 IP 和端口号的答案,然后抛出一个错误(“无法连接服务器”或类似的东西,没有描述)。我不明白为什么会这样。
或者也许我可以强制资源管理器以某种方式使用活动模式?
解决了这个问题。我的服务器只有在收到命令后才打开被动端口,而资源管理器在 PASV 之后等待它准备好。