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.
thomas
Translator
Posts: 108 Joined: 29 Apr 2007, 21:57
Location: Germany
Post
by thomas » 02 Jun 2011, 20:33
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
Post
by PeterDe » 12 Oct 2011, 09:39
I think it is a server problem... If it were yours, you'd have all data incorrect.
mdruiter
Posts: 263 Joined: 22 Feb 2006, 15:33
Location: Amsterdam, The Netherlands
Contact:
Post
by mdruiter » 23 Nov 2011, 15:02
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 .