|
From: <Kli...@t-...> - 2003-08-23 15:11:56
|
Doug wrote: > but the command-line listing remains the same. "dir" shows: > > ftp> dir > 200 PORT command successful. > 150 Opening ASCII mode data connection for file list. > -rw-r--r-- 1 guest guest 204 Jun 24 2002 index.html > ... > -rw-r--r-- 1 guest guest 1463 Sep 27 2002 germany.html > -rw-r--r-- 1 guest guest 1138 Aug 7 16:25 home.html > -rw-r--r-- 1 guest guest 207 Mar 30 2000 index2.html > -rw-r--r-- 1 guest guest 1492 Sep 27 2002 ireland.html > -rw-r--r-- 1 guest guest 2318 Nov 23 2002 jesus.html > -rw-r--r-- 1 guest guest 2593 Aug 7 17:35 links.html > -rw-r--r-- 1 guest guest 1738 Mar 30 2000 links2.html > ... > -rw-r--r-- 1 guest guest 1161 Apr 20 2002 sanantonio.html > -rw-r--r-- 1 guest guest 835 Aug 22 09:31 east.html > -rw-r--r-- 1 guest guest 606 Jul 3 2002 yosemite.html > ... Did you noticed that those files which show up wrong in jEdit, show the TIME instead of the YEAR in that directory listing above (for example "Aug 22 09:31 east.html" instead of "Aug 22 2002 east.html")? I dont have any clue, but maybe the ftp plugins messes up the timestamp and thats why it shows up wrong in the command line client as well. Or the files are really got named like "16:25 home.html" and the command line client suppresses the year for some reason (and the ftp plugin shows the filenames right). > Let me know what else I can investigate. Try a "ls -1" (this is the number one, not the small L), which shows you only the filename, in the command line ftp client. Does the time appear in front of the supposed filename? Do you have the possibility to telnet/ssh or even get physical access to the machine and make a ls/dir directly? Just my 2 cents. Alex -- Alexander Klimetschek <kli...@t-...> |