[tahoe-lafs-trac-stream] [tahoe-lafs] #682: FTP frontend should support Unicode filenames encoded as UTF-8
tahoe-lafs
trac at tahoe-lafs.org
Sat Dec 29 00:01:34 UTC 2012
#682: FTP frontend should support Unicode filenames encoded as UTF-8
-----------------------------+---------------------------------------------
Reporter: arthur | Owner: francois
Type: defect | Status: assigned
Priority: major | Milestone: soon
Component: code- | Version: 1.3.0
frontend | Keywords: i18n unicode ftpd names twisted
Resolution: |
Launchpad Bug: |
-----------------------------+---------------------------------------------
Comment (by davidsarah):
Sigh, and it [http://twistedmatrix.com/trac/browser/branches/add-ftp-
feat-4515/twisted/protocols/ftp.py?rev=35770#L1361 doesn't have a
conformant implementation of OPTS]:
{{{
def ftp_OPTS(self, option):
"""
Handle OPTS command.
http://tools.ietf.org/html/draft-ietf-ftpext-utf-8-option-00
"""
return self.reply(OPTS_NOT_IMPLEMENTED, option)
}}}
[http://tools.ietf.org/html/draft-ietf-ftpext-utf-8-option-00] says:
{{{
2. UTF-8 Option
The user issues the OPTS UTF-8 command to indicate its willingness to
send and receive UTF-8 encoded pathnames over the control connection.
Prior to sending this command, the user should not transmit UTF-8
encoded pathnames.
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/682#comment:24>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list