This is the mail archive of the cygwin-talk mailing list for the cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.7.9:Output FTP in Cygwin


Problem occurs when I'm trying to download/upload file from FTP server
(LINUX). Cygwin is installed on PC with Windows 7 32-bits. After
successful
download I got below result:

Connected to 10.44.138.30.
220 (vsFTPd 2.0.1)
331 Please specify the password.
230 Login successful.
200 Switching to Binary mode.
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for file_get.zip (69632 bytes).
226 File send OK.
ftp: 69632 bytes received in Seconds Kbytes/sec.
0.0069632000.00221 Goodbye.

In the last 2 lines you can see problem. Value of seconds and down/uplink
speed parameter are moved to the last line with ftp response 221 Goodbye.

Is the any patch to solve it and move to correct place?
CORRECT behaviour: ftp: 69632 bytes received in 0.00 Seconds 69632000.00
Kbytes/sec.
                   221 Goodbye
POSSIBLE CORRECT: ftp: 69632 bytes received in 0.00Seconds
69632000.00Kbytes/sec.
                  221 Goodbye

I must add in command line in Windows there is not such problem.

Best Regards


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]