#4995 closed Bug report (rejected)
When locale set to TR, file and folder list becomes garbled
Reported by: | Volkan Kurt | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Client |
Keywords: | date parsing, locale | Cc: | |
Component version: | Operating system type: | Other | |
Operating system version: | Solaris 9 |
Description
Hello,
This is an issue which seems to be previously solved, but I believe it re-appeared at version 3. (The previous ticket #: 4052)
On Solaris 9, when the locale settings are as follows (in /etc/default/init)
LC_COLLATE=tr_TR.UTF-8
LC_CTYPE=tr_TR.UTF-8
LC_MESSAGES=C
LC_MONETARY=tr_TR.UTF-8
LC_NUMERIC=tr_TR.UTF-8
LC_TIME=tr_TR.UTF-8
the folder list is incorrectly parsed and the filenames shows like this:
Kas 16 13:47 .bash_history
Eki 23 2008 .profile
(This part is the datetime part: Kas 16 13:47)
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → rejected |
---|---|
Status: | new → closed |
Localized directory listings for FTP servers are a bad idea, it commonly makes those listings unparseable by FTP clients.
Please make sure the server process is started with an international English locale or upgrade to a server that doesn't send localized listings. Preferably upgrade to a server supporting MLSD as that extension avoids the problem altogether.
comment:3 by , 15 years ago
Sorry, I didn't mention before, the server is SFTP. When I try to send MLSD raw command, filezilla complains:
Trace: CFileZillaEnginePrivate::ResetOperation(4098)
Error: Command not supported by this protocol
So apparently, MLSD is not available with SFTP. I'll try and change the locale.
Thanks.
Here are the client details:
I also tried the nightly build, for no avail.