Page 1 of 1
Weird FTP Date
Posted: 02 Jun 2011, 16:15
by therube
Weird FTP Date
URL:
ftp://ftp.mozilla.org/pub/seamonkey/nig ... candidates
Don't know if this is a bug or just some oddity from the server?
(It is certainly not a concern.)

Re: Weird FTP Date
Posted: 02 Jun 2011, 20:33
by thomas
I think it's a kind of bug. If you jump one level up, you can see the correct date.
Re: Weird FTP Date
Posted: 12 Oct 2011, 09:39
by PeterDe
I think it is a server problem... If it were yours, you'd have all data incorrect.
Re: Weird FTP Date
Posted: 23 Nov 2011, 15:02
by mdruiter
The server
can return a normal date/time for the
.. folder. Command line (GNU) ftp:
Code: Select all
ftp> passive
Passive mode on.
ftp> cd /pub/seamonkey/nightly/2.1rc2-candidates
250 Directory successfully changed.
ftp> ls -al
227 Entered Passive Mode (63,245,209,137,200,146)
150 Here comes the directory listing.
drwxr-sr-x 4 ftp ftp 4096 May 31 20:30 .
drwxrwsr-x 64 ftp ftp 32768 Nov 23 05:15 ..
drwxr-sr-x 11 ftp ftp 4096 May 21 2011 build1
drwxr-sr-x 11 ftp ftp 4096 Jun 04 22:59 build2
226 Directory send OK.
In the FTP plugin, you will just have to specify to use
LIST -a as the
Command for listing, in the
Advanced Options.