summaryrefslogtreecommitdiff
path: root/fs/ftpfs.py
Commit message (Expand)AuthorAgeFilesLines
* Indentation fixesgcode@loowis.durge.org2014-10-311-24/+24
* Fixes, including hang bug in readlinewillmcgugan@gmail.com2014-10-161-32/+7
* Fix for #147willmcgugan@gmail.com2013-09-101-1/+1
* Added option to folllow symlinks to ftpfs, patch from Andrewwillmcgugan@gmail.com2013-09-091-1/+27
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-105/+109
* Found and fixed some more sneaky Python3 str->bytes problemsgcode@loowis.durge.org2012-08-151-1/+1
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-111-1/+1
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-2/+5
* Python3 changeswillmcgugan2011-12-271-5/+5
* Python3 compatibilitywillmcgugan2011-12-271-4/+10
* First stab at a Python3 portwillmcgugan2011-12-261-1/+1
* Fixes and documentationwillmcgugan2011-08-071-1/+1
* Fix for issue 75 - _FTPFile.read() was asserting when given a negative sizegcode@loowis.durge.org2011-06-121-1/+1
* Added MLST parsing support to FTPFS (Issue #67)gcode@loowis.durge.org2011-05-291-8/+119
* whoops, add missing importrfkelly02011-03-111-0/+2
* some python2.5 compatability fixes; thanks Andrew Schellerrfkelly02011-03-111-1/+1
* Doc fixeswillmcgugan2011-03-081-8/+5
* Fixes of some errors/warnings reported by PyDev and inline documentationwillmcgugan2011-03-071-7/+3
* Added "thread_safe" meta valuewillmcgugan2011-03-071-1/+2
* test fixes for windozewillmcgugan2010-12-201-35/+34
* Command improvementswillmcgugan2010-12-161-0/+12
* Command fixeswillmcgugan2010-12-131-21/+42
* Major ftp improvmentswillmcgugan2010-12-131-122/+192
* Added fsmount command, made memroyfs work with threadswillmcgugan2010-12-121-5/+3
* Fixed tests for ftpwillmcgugan2010-12-111-8/+64
* Changed syntax for commands to be more url like, optimized sftps to use fewer...willmcgugan2010-12-091-7/+3
* Added FS command line scriptswillmcgugan2010-12-051-1/+3
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-3/+6
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-0/+7
* add module "fs.filelike" with utils for building file-like objects.rfkelly02010-11-071-5/+0
* FTPFS: raise ResourceInvalidError when open() is called on a directoryrfkelly02010-10-011-0/+2
* rename "functools" to "local_functools".rfkelly02010-09-071-1/+1
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-5/+3
* Fixed a few issues that had accumulated in Google Code, bumped the version up...willmcgugan2010-06-201-1/+4
* Some fixes for Python2.5 compatibilitywillmcgugan2010-02-181-2/+13
* ensure that rename() raises ParentDirectoryMissingError when appropriaterfkelly02010-02-161-0/+7
* A few tweaks and fixeswillmcgugan2010-01-071-19/+10
* More doc tweakswillmcgugan2010-01-021-12/+17
* More documentationwillmcgugan2010-01-021-1/+3
* Optimized FTP fs by caching directory structurewillmcgugan2010-01-021-189/+252
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-0/+1110