From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14589 invoked by alias); 26 Jan 2012 08:25:32 -0000 Received: (qmail 14569 invoked by uid 22791); 26 Jan 2012 08:25:27 -0000 X-SWARE-Spam-Status: No, hits=1.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_SUB_ENC_UTF8 X-Spam-Check-By: sourceware.org Received: from moh1-ve1.go2.pl (HELO moh1-ve1.go2.pl) (193.17.41.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jan 2012 08:25:11 +0000 Received: from moh1-ve1.go2.pl (unknown [10.0.0.131]) by moh1-ve1.go2.pl (Postfix) with ESMTP id 7141491C078 for ; Thu, 26 Jan 2012 09:25:05 +0100 (CET) Received: from o2.pl (unknown [10.0.0.4]) by moh1-ve1.go2.pl (Postfix) with SMTP for ; Thu, 26 Jan 2012 09:25:05 +0100 (CET) Subject: =?UTF-8?Q?1.7.9:Output_FTP_in_Cygwin?= From: =?UTF-8?Q?prezes=5F71?= To: cygwin-talk@sourceware.org Mime-Version: 1.0 Message-ID: <2ecbc7f0.5781d0ef.4f210de0.60c21@tlen.pl> Date: Thu, 26 Jan 2012 08:25:00 -0000 X-Originator: 192.100.112.202 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mailing-List: contact cygwin-talk-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-talk-owner@cygwin.com Reply-To: The Vulgar and Unprofessional Cygwin-Talk List Mail-Followup-To: cygwin-talk@cygwin.com X-SW-Source: 2012-q1/txt/msg00002.txt.bz2 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