如何在Windows 7中修复ftp 550套接字I / O


0

我正在尝试通过ftp传输文件,我可以/cd成功登录,但是在尝试访问put文件后出现I / O错误。

这是我迁移到Windows 7后看到的问题。

ftp> put rtmmast.csv
200 PORT command successful.
550 I/O Error: Socket Closed
ftp> bye

Answers:


0

FTP 返回码550是“未执行请求的操作。文件不可用(例如,找不到文件,无法访问)”。

确保FTP用户帐户对您尝试put将文件写入(在服务器上)的文件夹/目录具有写访问权。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.