--- "Alexander V. Lukyanov" <[EMAIL PROTECTED]> wrote:

> On Wed, Sep 21, 2005 at 02:15:19PM -0400, Peter Matulis wrote:
> > No, the CPU is not being used.  Here is another example (more extreme than 
> > usual):
> > 
> > lftp ftp.openbsd.org:/pub/OpenBSD/3.7/packages/i386> debug -t
> > lftp ftp.openbsd.org:/pub/OpenBSD/3.7/packages/i386> mget lsof*
> > 2005-09-21 14:07:45 ---> PASV
> > 2005-09-21 14:07:45 <--- 227 Entering Passive Mode (129,128,5,191,164,252)
> > 2005-09-21 14:07:45 ---- Connecting data socket to (129.128.5.191) port 
> > 42236
> > 2005-09-21 14:07:48 ---- Data connection established        
> > 2005-09-21 14:07:48 ---> LIST
> > 2005-09-21 14:07:49 <--- 150 Have a Gorilla.     
> > 2005-09-21 14:12:08 <--- 226 There, everyone likes a Gorilla. 
> > 2005-09-21 14:12:08 ---- Got EOF on data connection
> 
> I think the "Gorilla" is very big (i.e. a long listing). Lftp gets whole
> directory contents to expand wildcards, and in this case either the server
> is very loaded or the listing is really large, or both.

No no.  The "Gorilla" thing is some mysterious string this server always puts 
out.  It has
nothing to do with what the command output is.  Did you try this server 
yourself?  I use a
different OBSD mirror and there is no such problem:

lftp ftp.crimelabs.net:/pub/OpenBSD/3.7/packages/i386> debug -t
lftp ftp.crimelabs.net:/pub/OpenBSD/3.7/packages/i386> mget lsof*
2005-09-22 01:58:23 ---> PASV
2005-09-22 01:58:23 <--- 227 Entering Passive Mode (64,94,171,114,204,4)
2005-09-22 01:58:23 ---- Connecting data socket to (64.94.171.114) port 52228
2005-09-22 01:58:23 ---- Data connection established        
2005-09-22 01:58:23 ---> LIST
2005-09-22 01:58:23 <--- 150 Opening ASCII mode data connection for '/bin/ls'.
2005-09-22 01:58:23 <--- 226 Transfer complete.  
2005-09-22 01:58:23 ---- Got EOF on data connection
2005-09-22 01:58:23 ---- Closing data socket
2005-09-22 01:58:24 ---> TYPE I
2005-09-22 01:58:24 <--- 200 Type set to I.       
2005-09-22 01:58:24 ---> SIZE lsof-4.69p0.tgz
2005-09-22 01:58:24 <--- 213 100536               
2005-09-22 01:58:24 ---> MDTM lsof-4.69p0.tgz
2005-09-22 01:58:24 <--- 213 20050319074000            
2005-09-22 01:58:24 ---> PASV
2005-09-22 01:58:24 <--- 227 Entering Passive Mode (64,94,171,114,218,14)
2005-09-22 01:58:24 ---- Connecting data socket to (64.94.171.114) port 55822
2005-09-22 01:58:24 ---- Data connection established     
2005-09-22 01:58:24 ---> RETR lsof-4.69p0.tgz
2005-09-22 01:58:24 <--- 150 Opening BINARY mode data connection for 
'lsof-4.69p0.tgz' (100536
bytes).
2005-09-22 01:58:24 <--- 226 Transfer complete.
2005-09-22 01:58:24 ---- Got EOF on data connection
2005-09-22 01:58:24 ---- Closing data socket
100536 bytes transferred


--
Peter

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

Reply via email to