I totally agree .. I remember once there was this
system on UNIX platform that you had to push hundreds
of thousands of files through ftp and it took like 5
hours and then the system hungup .. the best thing we
did afterwards was to tar the collection of files and
then push it using ftp ... but I still insist on the
fact that usually the bottleneck is the Hard Drive I/O
Speed in this case ...due to the fact that a lot of
operations take place like Ammar said :)

Nick Musa

--- Ammar Ibrahim <[EMAIL PROTECTED]> wrote:

> This is due to the fact that every file sent over
> FTP has a number of things
> to be done before being sent. Many FTP clients check
> if a file with the same
> name exists to warn you if you want to overwrite the
> file, check
> permissions, and so on. And of course it varies from
> one client to another,
> but there are things that are common, which is
> specifications of FTP.
> 
> The best thing would be to tar( zip | rar ) the
> collection of files, and
> then to un(tar|rar|zip) the files using SSH( or
> telnet or whatever )
> 
> Ammar
> 
> On 6/11/06, Al-Faisal <[EMAIL PROTECTED]>
> wrote:
> >
> > Hey guys,
> > I have been using FTP a lot lately to
> upload/download files from a web
> > server, and i have noticed that when you download
> or upload one large file,
> > it takes less time (far less time) than a group of
> smaller files with the
> > same total size.
> >
> > Since i am not much of an expert in networking, I
> just started wondering
> > as to why that happens? is that normal? does
> perhaps initializing the
> > streams for every file consume that much time?
> >
> > I tried it using a Java applet provided by the web
> hosting provider, and
> > the FTP command on the shell.
> >
> > Just a curious mind wondering, thanks in advance.
> > --
> > Al-Faisal El-Dajani
> > Tel: +962-7-88 719 685
> > P.O Box: 140056
> > 11814 Amman, Jordan
> >
> > May the source be with you
> >
> > _______________________________________________
> > General mailing list
> > [email protected]
> >
>
http://mail.jolug.org/mailman/listinfo/general_jolug.org
> >
> >
> >
> > _______________________________________________
> General mailing list
> [email protected]
>
http://mail.jolug.org/mailman/listinfo/general_jolug.org
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

_______________________________________________
General mailing list
[email protected]
http://mail.jolug.org/mailman/listinfo/general_jolug.org

Reply via email to