[paramiko] PySFTPd (was: basic paramiko based SFTP server)

Dwayne C. Litzenberger dlitz at dlitz.net
Sun Mar 2 18:25:43 PST 2008


On Wed, Feb 27, 2008 at 08:34:20AM -0600, Dwayne Litzenberger wrote:
>On February 27, 2008 06:15:54 am Deepak Rokade wrote:
>> Hi
>> I am in search of paramiko based basic SFTP server which will be able to
>> handle basic file transfer commands.
>> Since I need it just for testing purpose I am avoiding writing the
>> comeplete server.
>> Is such SFTP server readily available ?
>
>Not that I've found.  I have one that's mostly-written, but I probably won't 
>have time to release it for a week or two.

It's called PySFTPd, and it can be found here:

     http://www.dlitz.net/software/pysftpd/

Some caveats:

     - It's alpha-quality; It might have bugs.

     - It's sparsely documented.

     - It currently only supports read-only operation (though you can extend 
       it fairly easily to support read-write operations)

     - The --chroot option probably won't work unless you apply my last 
       patch against paramiko.  Note that you don't need --chroot to 
       restrict individual users to particular directories.
     
     - It's licensed under GPL >= 3

Comments/suggestions/vulnerability reports/patches are welcome.

SHA256SUMS:
29228bdaad834fd2a9b8befbb47862b6f1c1d24089e4e6c2defd1da06ec77f76 *PySFTPd-0.1.0.tar.gz

-- 
Dwayne C. Litzenberger <dlitz at dlitz.net>



More information about the paramiko mailing list