public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
From: prezes_71 <prezes_71@tlen.pl>
To: cygwin-talk@sourceware.org
Subject: 1.7.9:Output FTP in Cygwin
Date: Thu, 26 Jan 2012 08:25:00 -0000	[thread overview]
Message-ID: <2ecbc7f0.5781d0ef.4f210de0.60c21@tlen.pl> (raw)

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

             reply	other threads:[~2012-01-26  8:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-26  8:25 prezes_71 [this message]
2012-01-26 18:51 ` Christopher Faylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2ecbc7f0.5781d0ef.4f210de0.60c21@tlen.pl \
    --to=prezes_71@tlen.pl \
    --cc=cygwin-talk@cygwin.com \
    --cc=cygwin-talk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).