ftp.py
8.78 KB
-
Pyftpdlib 1.x uses unicode, the provided path will already be unicode and thus… · a93139a2
Pyftpdlib 1.x uses unicode, the provided path will already be unicode and thus does not require decoding. Detect if the provided path is unicode or not before attempting decoding. Use six.unicode to preserve compatibility with py3.
btimby committed