Weird FTP Date

This is a place for users to discuss Altap Salamander. Please feel free to ask, answer questions, and express your opinion. Please do not post problems, bug reports or feature requests here.
therube
Posts: 674
Joined: 14 Dec 2006, 06:22

Weird FTP Date

Post 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.)

Image
WinXP Pro SP3 or Win7 x86 | SS 2.54
thomas
Translator
Translator
Posts: 108
Joined: 29 Apr 2007, 21:57
Location: Germany

Re: Weird FTP Date

Post by thomas »

I think it's a kind of bug. If you jump one level up, you can see the correct date.
PeterDe
Posts: 2
Joined: 12 Oct 2011, 09:29

Re: Weird FTP Date

Post by PeterDe »

I think it is a server problem... If it were yours, you'd have all data incorrect.
User avatar
mdruiter
Posts: 262
Joined: 22 Feb 2006, 15:33
Location: Amsterdam, The Netherlands
Contact:

Re: Weird FTP Date

Post 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.
Post Reply