This is the mail archive of the cygwin@cygwin.com 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]

Re: ftp way quicker than cp?


On Sat, 27 Sep 2003, Andrew DeFaria wrote:

> Ftp is orders of magnitude quicker than cp. Here's the situation.
>
> File to copy: 25 Meg.
>  From location: Santa Clara, USA.
> To location: Shanghai, China
> Network connection: Not really sure but both Santa Clara and Shanghai
> are in the same NT domain.
>
> I tried the following:
>
> $ time ncftpput sons-cc Release 2.2.0.7.images.tar.gz
> 2.2.0.7.images.tar.gz:                                  25.99 MB   81.70
> kB/s
>
> real    5m34.187s
> user    0m0.327s
> sys     0m1.124s
> $ time cp 2.2.0.7.images.tar.gz //sons-shanghai/users/ftp/release
>
> real    133m39.290s
> user    0m1.186s
> sys     0m7.406s
>
> Why such a huge difference! Had I thought that such a huge difference
> would have occurred I would have switched to ftp long ago!

You are not really measuring the time needed for "cp".  You are measuring
the overhead of SMB share access.  Using ftp bypasses all this mechanism
completely, and sends files directly over the network.  Try comparing the
time it takes to copy the file in Windows Explorer to the SMB share and to
an FTP location -- you'll probably see the same results.

IOW, this is not really Cygwin-related.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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