summaryrefslogtreecommitdiff
path: root/fs/sftpfs.py
Commit message (Expand)AuthorAgeFilesLines
* Added constants rather than magic numbers #82willmcgugan@gmail.com2013-09-091-10/+15
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-13/+16
* Re-enable the SFTP nosetests. Seems like the latest version of paramiko nogcode@loowis.durge.org2012-08-131-1/+2
* Typo fixwillmcgugan@gmail.com2012-07-041-1/+1
* Applied patch to sftp that searches for ssh keys in default locationswillmcgugan@gmail.com2012-07-031-84/+131
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-111-1/+1
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-111-2/+2
* Python3 changeswillmcgugan2011-12-271-0/+2
* First stab at a Python3 portwillmcgugan2011-12-261-1/+1
* Fixes and documentationwillmcgugan2011-08-071-5/+8
* Failed attempts at a fix for Py2.7willmcgugan2011-04-251-9/+21
* Fixes for Py2.5 and Py2.7willmcgugan2011-04-251-5/+22
* spelling fixesrfkelly02011-03-081-5/+5
* Fixes of some errors/warnings reported by PyDev and inline documentationwillmcgugan2011-03-071-2/+2
* Added "thread_safe" meta valuewillmcgugan2011-03-071-1/+2
* test fixes for windozewillmcgugan2010-12-201-0/+3
* Tweaks. Going to bed now. Hope I haven't frakked up the testswillmcgugan2010-12-191-7/+7
* sftpfs authentication tweakswillmcgugan2010-12-191-8/+15
* Docstrings and fixes for sftp serverwillmcgugan2010-12-191-5/+8
* Fixed some broken testswillmcgugan2010-12-171-18/+26
* Command improvementswillmcgugan2010-12-161-22/+47
* More changes to the FS url syntaxwillmcgugan2010-12-111-8/+17
* Fixed tests for ftpwillmcgugan2010-12-111-33/+57
* Got tests working againwillmcgugan2010-12-101-37/+7
* Changed syntax for commands to be more url like, optimized sftps to use fewer...willmcgugan2010-12-091-7/+159
* Added FS command line scriptswillmcgugan2010-12-051-3/+11
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-1/+4
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-0/+8
* Add testcases for file.truncate(), and fix some failing FS implementationsrfkelly02010-11-051-0/+8
* fix error reporting in movedir(src,dst) when src is missingrfkelly02010-10-161-1/+1
* fix typo in calculation of modified_timerfkelly02010-10-041-1/+1
* Fix test_open_on_directory for SFTPFSrfkelly02010-09-271-3/+3
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-1/+4
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-1/+5
* ensure that rename() raises ParentDirectoryMissingError when appropriaterfkelly02010-02-161-0/+2
* A few tweaks and fixeswillmcgugan2010-01-071-5/+4
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-1/+5
* FS.rename: remove requirment that src and dst be in the same dirrfkelly02009-12-171-2/+0
* insist on unicode paths throughoutrfkelly02009-11-201-1/+9
* S3FS re-shuffle and performance improvements:rfkelly02009-06-271-0/+2
* make convert_os_errors() decorate rewrite the resource path if self as an att...rfkelly02009-06-171-5/+5
* SFTPFS: better thread-safety using a per-thread SFTPClient instancerfkelly02009-06-161-13/+41
* some error-handling simplificationsrfkelly02009-06-151-34/+35
* fs.expose.fuse: expose an FS object via FUSErfkelly02009-06-051-1/+1
* Rename 'helpers' to 'path'.rfkelly02009-06-041-3/+2
* finally happy with basics of SFTP supportrfkelly02009-06-031-15/+24
* use proper stat functions for isfile/isdirrfkelly02009-06-031-6/+6
* Added SFTPFS class, for accessing SFTP servers via paramikorfkelly02009-06-031-0/+275