Closed
Bug 325318
Opened 19 years ago
Closed 17 years ago
OPTS UTF8 is not issued although UTF8-encoded URLs used
Categories
(Core Graveyard :: Networking: FTP, defect)
Tracking
(Not tracked)
People
(Reporter: samepaul, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
According to standard FTP client should issue OPTS UTF8 command, but FireFox does not it. Thus it is impossible to download files with mixed international characters in filename
Reproducible: Always
Steps to Reproduce:
1. click on link ftp://samepaul.myftp.org/music/Sovok/АукцЫон/Анабэна/02%20-%20Анабэна.mp3
2. file is supposed to start download
Actual Results:
In FTP server log you can see that UTF8 encoded URL is used, but since OPTS UTF8 command was not used the server can't find actual file.
Expected Results:
Either do not use UTF8-encoded file name or issue OPTS UTF8 before download
Version: unspecified → 1.5 Branch
Unfortunately URL is not shown correctly in the bug submission :(
Alright, I've put link in my blog at http://samepaul.livejournal.com/225742.html
PS: Seems this bug is rootcase for the https://bugzilla.mozilla.org/show_bug.cgi?id=297395
Updated•19 years ago
|
Assignee: nobody → dougt
Component: General → Networking: FTP
Product: Firefox → Core
QA Contact: general → benc
Version: 1.5 Branch → 1.8 Branch
Comment 4•19 years ago
|
||
> According to standard FTP
that's not part of FTP itself.
it's not part of rfc 2640 either. is this part of any standard?
(might be a duplicate of bug 26767)
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Updated•1 year ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•