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.
我现在正在使用 VB6 并使用 msinet.ocx。一切皆好。我可以上传文件、下载文件、在远程 ftp 服务器上获取文件大小等。
昨天,我故意在“inet1.execute PUT”命令中使用了错误的路径。我期待在 statechanged 事件例程中收到错误消息或错误代码(inet.responcecode / inet.responceinfo)。但一切顺利,没有任何错误,好像路径是有效的。当然,服务器端没有任何反应,没有文件。
是 inet 预期的行为还是我错过了什么?
谢谢,