summaryrefslogtreecommitdiff
path: root/fs/expose/sftp.py
Commit message (Expand)AuthorAgeFilesLines
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-3/+3
* Be less heavy-handed, setting the reference to None will do.btimby2012-10-181-1/+33
* Use explicit exception to detect invalid path (BackReferenceError), see comme...btimby2012-04-201-4/+2
* Handle case where client tries to cd .. in /. Nothing nefarious, accidentally...btimby2012-04-201-1/+8
* Some cleanup, more PEP8 stuffbtimby2012-04-191-11/+10
* Renamed ServerInterface to BaseServerInterface (should be overridden for auth...btimby2012-04-191-3/+3
* Fixed small bugs in implementation.btimby2012-04-191-31/+47
* Just whitespace and PEP8 changes.btimby2012-04-191-15/+31
* Fixes and documentationwillmcgugan2011-08-071-1/+5
* some python2.5 compatability fixes; thanks Andrew Schellerrfkelly02011-03-111-0/+2
* spelling fixesrfkelly02011-03-081-5/+5
* Docstrings and fixes for sftp serverwillmcgugan2010-12-191-11/+27
* add module "fs.filelike" with utils for building file-like objects.rfkelly02010-11-071-1/+1
* Add testcases for file.truncate(), and fix some failing FS implementationsrfkelly02010-11-051-1/+9
* rename "functools" to "local_functools".rfkelly02010-09-071-1/+1
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-3/+1
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-31/+31
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-7/+9
* insist on unicode paths throughoutrfkelly02009-11-201-4/+24
* expose.sftp: since text/binary flags are not sent to the server, open all und...rfkelly02009-07-131-1/+1
* some error-handling simplificationsrfkelly02009-06-151-6/+2
* fs.expose.fuse: expose an FS object via FUSErfkelly02009-06-051-23/+2
* Rename 'helpers' to 'path'.rfkelly02009-06-041-4/+4
* move RPCFSServer into 'expose' submodulerfkelly02009-06-031-5/+5
* finally happy with basics of SFTP supportrfkelly02009-06-031-51/+102
* adding basic support to expose an FS over SFTPrfkelly02009-06-031-0/+252