Opened 19 years ago
Last modified 17 years ago
#3027 closed Bug report
Asian Language Datetime Listing
Reported by: | nicetip | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | nicetip, Tim Kosse, Alexander Schuch | |
Component version: | Operating system type: | ||
Operating system version: |
Description
I read about changelog and found that support for
listing on asian servers.
It works, but not perfect.
Following is the output of server(HP-UX) in debug
window.
"""
추ì : -rw-rw-rw- 1 root sys 42891 10
ì›” 25ì¼ 16:25 test
추ì : drwxrwxrwx 13 bin bin 8192 1
ì›” 12ì¼ 20:55 tmp
추ì : dr-xr-xr-x 2 root root 96
2004.07.15 tmp_mnt
추ì : dr-xr-xr-x 24 bin bin 2048 7
ì›” 29ì¼ 15:32 usr
추ì : dr-xr-xr-x 26 bin bin 1024 11
ì›” 3ì¼ 01:50 var
"""
As you can see, there are some various pattern of
datetime.
That serves's OS is 'HP-UX'.
And 'SUN OS' prints out other format of datetime.
Some pattern of it does not drawed in drectory window.
Change History (4)
comment:1 by , 19 years ago
comment:2 by , 17 years ago
Has this been fixed/implemented?
If it is not yet in implemented in FileZilla 3, move it over to the bug tracker there.
comment:3 by , 17 years ago
This has been implemented into FileZilla 3 (beta) and should work.
Can you please test it?
comment:4 by , 17 years ago
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
There's one problem with the ftp protocol: The format of the
directory listings were not sepcified. And now every GUI FTP
client developer has to fiddle around with thousands of
different formats. Just have a look at the parser in use in
FZ
(http://cvs.sourceforge.net/viewcvs.py/filezilla/FileZilla/source/FtpListResult.cpp?rev=1.115&view=auto)
to get an idea how complex it it.
I'll try to fiddle your format in, but it's getting
increasingly difficult to add more.