On 06/24/10 02:10, [email protected] wrote:
> Can someone confirm that Python 2.6 ftplib does *NOT* support
> Unicode file names? Or must Unicode file names be specially
> encoded in order to be used with the ftplib module?
> 

I don't know the specifics about ftplib, however I believe in most file
systems, file names are plain byte-strings, i.e. most file systems do
not handle encoding, they only deal with plain bytes.

_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to