Opened 15 years ago
Closed 15 years ago
#5324 closed Bug report (rejected)
filenames startings with # (sharp)
Reported by: | Guki | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | sharp downloading ftp | Cc: | |
Component version: | Operating system type: | Linux | |
Operating system version: | ubuntu 10.04 beta |
Description
filezilla can`t start downloading via FTP file, what containing sharp in name.
part of log
=================
Command: RETR #405-Great-Expectations.avi
Response: 550 Failed to open file.
=================
the same situation with other files, starting with #
local filenames encoding utf-8
server encoding CP1251
Note:
See TracTickets
for help on using tickets.
Are you sure you mean the sharp character? In your ticket you used the hash character.
The sharp character (♯) is part of UTF-8, Unicode codepoint U+266F, but is definitely not of CP1251.
The hash character (#) looks similar, is contained in both UTF-8 as well as CP1251 and has the codepoint U+0023.
Since CP1251 as well as UTF-8 are strict supersets of ASCII and the hash character is part of the ASCII table, at least the has character is not making problems.
Note that your server is violating the FTP specifications if it any other than ASCII or UTF-8. See http://wiki.filezilla-project.org/Character_Set for details.