小编Nat*_*man的帖子

FTP客户端接收整个文件,但在完成之前总是关闭连接

在 Windows Server 2008 R2 Standard 机器上,我无法连接到 Windows FTP 服务器并从其下载文件。

文件大小约为 3KB 到 6KB。很少有~100KB 到~500KB,但服务器有足够的磁盘空间。

我试过被动连接:

Response:   220-Microsoft FTP Service
Response:   220 Regal Logistics
Command:    USER ********
Response:   331 Password required for ********.
Command:    PASS ********
Response:   230 User ******** logged in.
Status: Connected
Status: Starting download of /********/PO/201405130227.xml
Command:    CWD /********/PO
Response:   250 CWD command successful.
Command:    TYPE A
Response:   200 Type set to A.
Command:    PASV
Response:   227 Entering Passive Mode (***,***,***,**,19,64)
Command:    RETR 201405130227.xml
Response:   125 Data …
Run Code Online (Sandbox Code Playgroud)

windows-server-2008 ftp

6
推荐指数
1
解决办法
2251
查看次数

标签 统计

ftp ×1

windows-server-2008 ×1