implement a basic sftp storage backend
authorAlbert Dengg <albert@fsfe.org>
Fri, 26 Mar 2010 13:04:11 +0000 (14:04 +0100)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 30 Mar 2010 19:56:20 +0000 (12:56 -0700)
commita44f5f73e7b43ff152f8b515a74bb9e0b1b48cc6
treed291c0fdad09298ed0aba6f79bbbf472db09b48b
parenta1face58909c717037fce46b26020c573e9ad993
implement a basic sftp storage backend

* add an option to cumulus-store storage backends to explictly close the
  connection, needed because of the design of the ssh/sftp lib
* add a sftp storage backend based on paramiko
cumulus-store
python/cumulus/store/__init__.py
python/cumulus/store/sftp.py [new file with mode: 0644]