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 库会导致发送退出命令时出错。似乎 QUIT 之前的字符无法识别。我看了看代码,但没有找到任何东西。
500 '?QUIT': 命令不理解
有谁知道这个角色可以是什么?
您可能可以使用网络嗅探器来监视 FTP 端口 (21) 上的流量并检查实际字符是什么(通常是十六进制格式)。