summaryrefslogtreecommitdiff
path: root/fs/expose/ftp.py
Commit message (Expand)AuthorAgeFilesLines
* After testing, there is no unicode in six module. six.text_type represents un...btimby2013-04-241-1/+2
* Pyftpdlib 1.x uses unicode, the provided path will already be unicode and thu...btimby2013-04-241-1/+7
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-2/+4
* Fixed some encoding mismatch between pyftpdlib (uses str internally) and pyfs...btimby2012-11-281-2/+11
* Whitespace cleanup.btimby2012-11-151-1/+1
* Be less heavy-handed, setting the reference to None will do.btimby2012-10-181-1/+20
* Use stat() to determine mtime instead of relying on fs directly.btimby2012-08-291-2/+2
* A bit of cleanup, and default to using the underlying file mode.btimby2012-06-141-16/+22
* Fixed problem with Chrome using file as a directorybtimby2012-04-231-1/+14
* Ensure files are not treated as directories (even when they are :-)btimby2012-04-231-4/+9
* Don't blindly echo current uid/gid, allow fs a chance to provide thembtimby2012-04-211-3/+4
* DRYbtimby2012-04-211-25/+30
* Fixed handling of encoding in FTPFSFactory.btimby2012-04-201-1/+1
* Forgot to decode paths in rename() methodbtimby2012-04-201-0/+4
* Added decorator to ensure pyftpdlib receives OS errors. Added configurable en...btimby2012-04-201-17/+104
* Documentation, fixed makedirbtimby2012-04-191-23/+21
* Fix for changing directorybtimby2012-04-171-1/+1
* Initial implementation of pyftpdlib integrationbtimby2012-04-171-0/+136