On Sat, Jun 15, 2002 at 04:25:02PM -0400, Glenn Maynard wrote:
> On Mon, Jun 10, 2002 at 12:38:22AM -0400, Glenn Maynard wrote:
> > > The two FTP servers are both set to report timestamps in local time
> > > (MSD timezone).  lftp running locally on one of the boxes, doing the
> > > mirror in get mode.
> > > 
> > > With lftp 2.3.8, the mirror has its timestamps 1 hour ahead (daylight
> > > savings?), with 2.5.4 the timestamps aren't set at all (are set to the
> > > current time) and thus the transfers would repeat on each mirror run.
> > > I'm back to 2.3.8 for now.
> > 
> > Timestamps are checked with MDTM, which must report time in UTC.  I think
> > mirror might fall back on LIST if MDTM fails,

Ah, the server I am mirroring from doesn't support MDTM.  lftp's
mirror capability used to be good in that it was able to deal with
servers only supporting a subset of the functionality (no MDTM, no
-R in LIST).  Now that is gone (in practice: things get weird without
MDTM), and I find it unfortunate.

Yes, I am planning to move to a different ftpd (and in fact swap the
two machines), but I'd like to also see lftp fixed.  lftp 2.3.8 does
work with that server.  It's just the newer versions which don't.

> > and the timezone used in
> > parsing LISTs can be configured; ftp:timezone. (Though, I think FTP servers
> > sending time in local time is completely senseless;

Well, when two FTP servers are both in one timezone, that would seem
to allow to not specify the remote server's timezone, yet get the
files created with the same timestamps as on the remote.  (In practice,
lftp sets them one hour off, which is something I don't like.)

But thanks for the tip.

> > I'd suggest reconfiguring your servers to use UTC.

Currently, that would mean that several mirrors I don't have control
of would have to re-download all the stuff once.  I might do it, but
better at the same time with other changes to my setup.

> > Could you post a debug 9 output?

Sure.  I'll pick a smaller site/directory for the testing, same ftpd,
same two lftp versions.  (The one I'm really using this on is 1.2 GB.)

First, lftp 2.3.8:

lftp ftp.openwall.com:/pub> mirror presentations
Total: 3 directories, 10 files, 2 symlinks           
New: 10 files, 2 symlinks
lftp ftp.openwall.com:/pub> mirror -e presentations
Total: 3 directories, 10 files, 2 symlinks    

As you can see, it's stable.  Then, 2.5.4:

lftp ftp.openwall.com:/pub> mirror -e presentations
Total: 3 directories, 10 files, 2 symlinks         
Modified: 5 files, 0 symlinks
lftp ftp.openwall.com:/pub> mirror -e presentations
Total: 3 directories, 10 files, 2 symlinks         
Modified: 5 files, 0 symlinks

It thinks 5 files are modified each time.

lftp ftp.openwall.com:/pub> debug -o lftp-debug-log-1 9
lftp ftp.openwall.com:/pub> mirror -e presentations
Total: 3 directories, 10 files, 2 symlinks         
Modified: 5 files, 0 symlinks

Now, I rm'ed the directory (first obtained with 2.3.8) and tried with
2.5.4 right away:

lftp ftp.openwall.com:/pub> debug -o lftp-debug-log-2 9
lftp ftp.openwall.com:/pub> mirror presentations
Total: 3 directories, 10 files, 2 symlinks         
New: 10 files, 2 symlinks
lftp ftp.openwall.com:/pub> mirror -e presentations
Total: 3 directories, 10 files, 2 symlinks         
Modified: 10 files, 0 symlinks

Now it thinks that all files change.

Both debug logs attached.

> Did you get this message?  It only went to lftp-devel.

No, I've been meaning to check web archives if I don't get replies,
although I was hoping that people would notice me also CC'ing owl-devel
because I want others involved with Owl to be aware what is being done
(or not) to our lftp package and FTP mirrors, and would reply to all.

Thanks for forwarding the reply to me directly.

> (If you're not subscribed to all of the lists you're posting to, you
> might want to set an M-F-T explicitely to all of them, or replies are
> likely to only go to one.)

I agree, although it's typical that people just reply to all.

BTW, are there any plans to make lftp mailing lists pre-moderated for
non-subscribers?  That wouldn't mean rejecting posts from non-subscribers,
just that one would need to approve such posts or add the poster's
address to an allow list.  This is what I am doing with my public mailing
lists (run by ezmlm-idx), and find very convenient.

I see a significant amount of UCE in the list archives, which makes me
not want to subscribe. ;-)

I also would like to see lftp releases PGP signed (detached signatures).

-- 
/sd
[23898] ftp.openwall.com ---> CWD /pub/presentations
[23898] ftp.openwall.com <--- 250 Okay.
[23898] ftp.openwall.com ---> TYPE A
[23898] ftp.openwall.com <--- 200 Why are you using ASCII?
[23898] ftp.openwall.com ---> PASV
[23898] ftp.openwall.com <--- 227 (195,42,162,180,10,125)
[23898] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2685
[23898] ftp.openwall.com ---> LIST
[23898] ftp.openwall.com <--- 150 I'm looking through the directory. Waiting for 
connection...
[23898] ftp.openwall.com ---- Closing data socket
[23898] ftp.openwall.com <--- 226 Finished transferring 302 bytes.
[23898] ftp.openwall.com ---> TYPE I
[23898] ftp.openwall.com <--- 200 Okay, using binary.
[23898] ftp.openwall.com ---> CWD /pub/presentations/core02-owl
[23898] ftp.openwall.com <--- 250 Okay.
[23898] ftp.openwall.com ---> TYPE A
[23898] ftp.openwall.com <--- 200 Why are you using ASCII?
[23898] ftp.openwall.com ---> PASV
[23898] ftp.openwall.com <--- 227 (195,42,162,180,10,126)
[23898] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2686
[23898] ftp.openwall.com ---> LIST
[23898] ftp.openwall.com <--- 150 I'm looking through the directory. Waiting for 
connection...
[23898] ftp.openwall.com ---- Closing data socket
[23898] ftp.openwall.com <--- 226 Finished transferring 383 bytes.
[23898] ftp.openwall.com ---> TYPE I
[23898] ftp.openwall.com <--- 200 Okay, using binary.
---- 
remove(/space/home/solar/tmp/presentations/core02-owl/core02-owl-html+images.tar.gz)
[23898] ftp.openwall.com ---> PASV
[23898] ftp.openwall.com <--- 227 (195,42,162,180,10,127)
[23898] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2687
[23898] ftp.openwall.com ---> RETR core02-owl-html+images.tar.gz
[23898] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23898] ftp.openwall.com ---- Closing data socket
[23898] ftp.openwall.com <--- 226 Finished transferring 555304 bytes.
---- remove(/space/home/solar/tmp/presentations/core02-owl/core02-owl-sources.tar.gz)
[23898] ftp.openwall.com ---> PASV
[23898] ftp.openwall.com <--- 227 (195,42,162,180,10,128)
[23898] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2688
[23898] ftp.openwall.com ---> RETR core02-owl-sources.tar.gz
[23898] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23898] ftp.openwall.com ---- Closing data socket
[23898] ftp.openwall.com <--- 226 Finished transferring 11197 bytes.
---- remove(/space/home/solar/tmp/presentations/core02-owl/core02-owl.mgp)
[23898] ftp.openwall.com ---> PASV
[23898] ftp.openwall.com <--- 227 (195,42,162,180,10,129)
[23898] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2689
[23898] ftp.openwall.com ---> RETR core02-owl.mgp
[23898] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23898] ftp.openwall.com ---- Closing data socket
[23898] ftp.openwall.com <--- 226 Finished transferring 29780 bytes.
---- remove(/space/home/solar/tmp/presentations/core02-owl/core02-owl.pdf)
[23898] ftp.openwall.com ---> PASV
[23898] ftp.openwall.com <--- 227 (195,42,162,180,10,130)
[23898] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2690
[23898] ftp.openwall.com ---> RETR core02-owl.pdf
[23898] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23898] ftp.openwall.com ---- Closing data socket
[23898] ftp.openwall.com <--- 226 Finished transferring 587772 bytes.
---- remove(/space/home/solar/tmp/presentations/core02-owl/core02-owl.ps.gz)
[23898] ftp.openwall.com ---> PASV
[23898] ftp.openwall.com <--- 227 (195,42,162,180,10,131)
[23898] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2691
[23898] ftp.openwall.com ---> RETR core02-owl.ps.gz
[23898] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23898] ftp.openwall.com ---- Closing data socket
[23898] ftp.openwall.com <--- 226 Finished transferring 499724 bytes.
[23898] ftp.openwall.com ---> CWD /pub/presentations/nordu2002-ssh
[23898] ftp.openwall.com <--- 250 Okay.
[23898] ftp.openwall.com ---> TYPE A
[23898] ftp.openwall.com <--- 200 Why are you using ASCII?
[23898] ftp.openwall.com ---> PASV
[23898] ftp.openwall.com <--- 227 (195,42,162,180,10,132)
[23898] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2692
[23898] ftp.openwall.com ---> LIST
[23898] ftp.openwall.com <--- 150 I'm looking through the directory. Waiting for 
connection...
[23898] ftp.openwall.com ---- Closing data socket
[23898] ftp.openwall.com <--- 226 Finished transferring 398 bytes.
[23898] ftp.openwall.com ---> TYPE I
[23898] ftp.openwall.com <--- 200 Okay, using binary.
[23898] ftp.openwall.com ---> QUIT
[23898] ftp.openwall.com ---- Closing control socket
[23916] ftp.openwall.com ---> CWD /pub/presentations
[23916] ftp.openwall.com <--- 250 Okay.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,8)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2824
[23916] ftp.openwall.com ---> LIST
[23916] ftp.openwall.com <--- 150 I'm looking through the directory. Waiting for 
connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 302 bytes.
[23916] ftp.openwall.com ---> TYPE I
[23916] ftp.openwall.com <--- 200 Okay, using binary.
[23916] ftp.openwall.com ---> MDTM core02-owl
[23916] ftp.openwall.com <--- 502 Sorry, I don't understand that command.
[23916] ftp.openwall.com ---> CWD /pub/presentations/core02-owl
[23916] ftp.openwall.com <--- 250 Okay.
[23916] ftp.openwall.com ---> TYPE A
[23916] ftp.openwall.com <--- 200 Why are you using ASCII?
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,9)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2825
[23916] ftp.openwall.com ---> LIST
[23916] ftp.openwall.com <--- 150 I'm looking through the directory. Waiting for 
connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 383 bytes.
[23916] ftp.openwall.com ---> TYPE I
[23916] ftp.openwall.com <--- 200 Okay, using binary.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,10)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2826
[23916] ftp.openwall.com ---> RETR core02-owl-html+images.tar.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 555304 bytes.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,11)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2827
[23916] ftp.openwall.com ---> RETR core02-owl-sources.tar.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 11197 bytes.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,12)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2828
[23916] ftp.openwall.com ---> RETR core02-owl.mgp
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 29780 bytes.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,13)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2829
[23916] ftp.openwall.com ---> RETR core02-owl.pdf
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 587772 bytes.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,14)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2830
[23916] ftp.openwall.com ---> RETR core02-owl.ps.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 499724 bytes.
[23916] ftp.openwall.com ---> CWD /pub/presentations/nordu2002-ssh
[23916] ftp.openwall.com <--- 250 Okay.
[23916] ftp.openwall.com ---> TYPE A
[23916] ftp.openwall.com <--- 200 Why are you using ASCII?
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,15)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2831
[23916] ftp.openwall.com ---> LIST
[23916] ftp.openwall.com <--- 150 I'm looking through the directory. Waiting for 
connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 398 bytes.
[23916] ftp.openwall.com ---> TYPE I
[23916] ftp.openwall.com <--- 200 Okay, using binary.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,16)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2832
[23916] ftp.openwall.com ---> RETR nordu2002-ssh-html+images.tar.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 413944 bytes.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,17)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2833
[23916] ftp.openwall.com ---> RETR nordu2002-ssh-sources.tar.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 4118 bytes.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,18)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2834
[23916] ftp.openwall.com ---> RETR nordu2002-ssh.mgp
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 19072 bytes.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,19)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2835
[23916] ftp.openwall.com ---> RETR nordu2002-ssh.pdf
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 476815 bytes.
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,20)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2836
[23916] ftp.openwall.com ---> RETR nordu2002-ssh.ps.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 337194 bytes.
[23916] ftp.openwall.com ---> CWD /pub/presentations
[23916] ftp.openwall.com <--- 250 Okay.
[23916] ftp.openwall.com ---> TYPE A
[23916] ftp.openwall.com <--- 200 Why are you using ASCII?
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,27)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2843
[23916] ftp.openwall.com ---> LIST
[23916] ftp.openwall.com <--- 150 I'm looking through the directory. Waiting for 
connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 302 bytes.
[23916] ftp.openwall.com ---> TYPE I
[23916] ftp.openwall.com <--- 200 Okay, using binary.
[23916] ftp.openwall.com ---> CWD /pub/presentations/core02-owl
[23916] ftp.openwall.com <--- 250 Okay.
[23916] ftp.openwall.com ---> TYPE A
[23916] ftp.openwall.com <--- 200 Why are you using ASCII?
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,29)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2845
[23916] ftp.openwall.com ---> LIST
[23916] ftp.openwall.com <--- 150 I'm looking through the directory. Waiting for 
connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 383 bytes.
[23916] ftp.openwall.com ---> TYPE I
[23916] ftp.openwall.com <--- 200 Okay, using binary.
---- 
remove(/space/home/solar/tmp/presentations/core02-owl/core02-owl-html+images.tar.gz)
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,32)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2848
[23916] ftp.openwall.com ---> RETR core02-owl-html+images.tar.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 555304 bytes.
---- remove(/space/home/solar/tmp/presentations/core02-owl/core02-owl-sources.tar.gz)
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,33)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2849
[23916] ftp.openwall.com ---> RETR core02-owl-sources.tar.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 11197 bytes.
---- remove(/space/home/solar/tmp/presentations/core02-owl/core02-owl.mgp)
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,34)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2850
[23916] ftp.openwall.com ---> RETR core02-owl.mgp
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 29780 bytes.
---- remove(/space/home/solar/tmp/presentations/core02-owl/core02-owl.pdf)
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,35)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2851
[23916] ftp.openwall.com ---> RETR core02-owl.pdf
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 587772 bytes.
---- remove(/space/home/solar/tmp/presentations/core02-owl/core02-owl.ps.gz)
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,36)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2852
[23916] ftp.openwall.com ---> RETR core02-owl.ps.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 499724 bytes.
[23916] ftp.openwall.com ---> CWD /pub/presentations/nordu2002-ssh
[23916] ftp.openwall.com <--- 250 Okay.
[23916] ftp.openwall.com ---> TYPE A
[23916] ftp.openwall.com <--- 200 Why are you using ASCII?
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,37)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2853
[23916] ftp.openwall.com ---> LIST
[23916] ftp.openwall.com <--- 150 I'm looking through the directory. Waiting for 
connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 398 bytes.
[23916] ftp.openwall.com ---> TYPE I
[23916] ftp.openwall.com <--- 200 Okay, using binary.
---- 
remove(/space/home/solar/tmp/presentations/nordu2002-ssh/nordu2002-ssh-html+images.tar.gz)
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,38)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2854
[23916] ftp.openwall.com ---> RETR nordu2002-ssh-html+images.tar.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 413944 bytes.
---- 
remove(/space/home/solar/tmp/presentations/nordu2002-ssh/nordu2002-ssh-sources.tar.gz)
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,39)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2855
[23916] ftp.openwall.com ---> RETR nordu2002-ssh-sources.tar.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 4118 bytes.
---- remove(/space/home/solar/tmp/presentations/nordu2002-ssh/nordu2002-ssh.mgp)
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,40)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2856
[23916] ftp.openwall.com ---> RETR nordu2002-ssh.mgp
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 19072 bytes.
---- remove(/space/home/solar/tmp/presentations/nordu2002-ssh/nordu2002-ssh.pdf)
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,41)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2857
[23916] ftp.openwall.com ---> RETR nordu2002-ssh.pdf
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 476815 bytes.
---- remove(/space/home/solar/tmp/presentations/nordu2002-ssh/nordu2002-ssh.ps.gz)
[23916] ftp.openwall.com ---> PASV
[23916] ftp.openwall.com <--- 227 (195,42,162,180,11,42)
[23916] ftp.openwall.com ---- Connecting data socket to (195.42.162.180) port 2858
[23916] ftp.openwall.com ---> RETR nordu2002-ssh.ps.gz
[23916] ftp.openwall.com <--- 150 I see that file. Waiting for connection...
[23916] ftp.openwall.com ---- Closing data socket
[23916] ftp.openwall.com <--- 226 Finished transferring 337194 bytes.

Reply via email to