Add support for UTF-8 filenames in twisted ftp
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 10
Description
| @adiroiban reported | |
|---|---|
| Trac ID | trac#5100 |
| Type | enhancement |
| Created | 2011-05-10 15:44:04Z |
It would be nice if by default twisted FTP could handle UTF-8 file names.
Some information about implementing this can be found here:
I have implemented a quick and dirty UTF-8 support for my needs and if this feature is wanted, I can dedicate more time to write a proper implementation together with the required tests.
Cheers
Searchable metadata
trac-id__5100 5100
type__enhancement enhancement
reporter__adiroiban adiroiban
priority__normal normal
milestone__
branch__
branch_author__
status__new new
resolution__None None
component__ftp ftp
keywords__
time__1305042244000000 1305042244000000
changetime__1339626058000000 1339626058000000
version__None None
owner__
cc__itamarst cc__thijs
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading RFC 2640 and the referenced FTP UTF-8 option draft to understand the required behavior. Then inspect Twisted's FTP implementation and identify the tests needed to verify UTF-8 filename handling; done means the feature is implemented by default with the required tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100