Hi, I'd like to report a problem with the list view for the remote directory. On the ftp site I'm using (the only one I use, in general), files with a time stamp of the noon hour (12:xx pm) are displayed in the wrong order. In 24-hour view, they are displayed as 24:xx, which is an impossible time, and in 12-hour view they are sorted last (later than 1 pm, 2pm, etc.)
I had this problem with LE 1.3c that I downloaded yesterday, as well as with the latest 2.0 beta I downloaded today.
The directory appears properly in Internet Explorer 5.5 FTP folder view.
invalid 24:xx times in remote file list
This is what shows in the command area:
===
PASV
227 Entering Passive Mode (216,185,117,69,21,136)
LIST
Connect socket #112 to 216.185.117.69, port 5512...
125 Data connection already open; Transfer starting.
226 Transfer complete.
PASV
227 Entering Passive Mode (216,185,117,69,21,139)
LIST
Connect socket #216 to 216.185.117.69, port 5515...
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred 564 bytes in 0.008 seconds
====
Then a message pops up saying
"Cannot find the D:\TEMP\TMPTXT595A.TMP file.
Do you want to create a new file?
Yes/No"
And then a blank notepad window appears.
===
PASV
227 Entering Passive Mode (216,185,117,69,21,136)
LIST
Connect socket #112 to 216.185.117.69, port 5512...
125 Data connection already open; Transfer starting.
226 Transfer complete.
PASV
227 Entering Passive Mode (216,185,117,69,21,139)
LIST
Connect socket #216 to 216.185.117.69, port 5515...
125 Data connection already open; Transfer starting.
226 Transfer complete.
Transferred 564 bytes in 0.008 seconds
====
Then a message pops up saying
"Cannot find the D:\TEMP\TMPTXT595A.TMP file.
Do you want to create a new file?
Yes/No"
And then a blank notepad window appears.
Some more info about this.
Using the Windows98 FTP command line, the result of QUOT SYST is
"215 Windows_NT"
and the result of QUOT STAT is
"211-Microsoft FTP Service status:
Connected to ool-182e47ff.dyn.optonline.net
Logged in as *******
TYPE: ASCII, FORM: Nonprint; STRUcture: File; transfer MODE: STREAM
No data connection
211 End of status."
(In this post, I typed over my username with ***)
Also in Windows FTP command, this is what the first two lines in the directory listing look like (For privacy, I typed over alphabetic characters in the filenames with ***, leaving just nonalphabetic characters):
11-29-06 12:26PM 34816 1_770_*******_****.doc
11-26-06 10:08PM 34304 2_1216_******1_******.doc
In Core FTP, the time for the first file shows as 24:26 in 24-hr display mode, or 12:26 pm in AM/PM display mode, but either way it is sorted as the latest file.
After issuing the command QUOT SITE DIRSTYLE (which causes "200 MSDOS-like directory output is off"), the first two lines of the directory listing looks like this from the Windows FTP command prompt :
-rwxrwxrwx 1 owner group 34816 Nov 29 12:26 1_770_*******_****.doc
-rwxrwxrwx 1 owner group 34304 Nov 26 22:08 2_1216_******1_******.doc
And within CoreFTP after issuing SITE DIRSTYLE as a custom command, the time changes to 12:26 in 24-hour display mode, and is still 12:26 pm in AM/PM mode, but it still gets sorted as the latest file rather than in the proper order.
Using the Windows98 FTP command line, the result of QUOT SYST is
"215 Windows_NT"
and the result of QUOT STAT is
"211-Microsoft FTP Service status:
Connected to ool-182e47ff.dyn.optonline.net
Logged in as *******
TYPE: ASCII, FORM: Nonprint; STRUcture: File; transfer MODE: STREAM
No data connection
211 End of status."
(In this post, I typed over my username with ***)
Also in Windows FTP command, this is what the first two lines in the directory listing look like (For privacy, I typed over alphabetic characters in the filenames with ***, leaving just nonalphabetic characters):
11-29-06 12:26PM 34816 1_770_*******_****.doc
11-26-06 10:08PM 34304 2_1216_******1_******.doc
In Core FTP, the time for the first file shows as 24:26 in 24-hr display mode, or 12:26 pm in AM/PM display mode, but either way it is sorted as the latest file.
After issuing the command QUOT SITE DIRSTYLE (which causes "200 MSDOS-like directory output is off"), the first two lines of the directory listing looks like this from the Windows FTP command prompt :
-rwxrwxrwx 1 owner group 34816 Nov 29 12:26 1_770_*******_****.doc
-rwxrwxrwx 1 owner group 34304 Nov 26 22:08 2_1216_******1_******.doc
And within CoreFTP after issuing SITE DIRSTYLE as a custom command, the time changes to 12:26 in 24-hour display mode, and is still 12:26 pm in AM/PM mode, but it still gets sorted as the latest file rather than in the proper order.
invalid 24:xx times in remote file list
Has anyone been able to replicate or solve this problem?