[Twisted-Python] SFTP Server sample

Drew Smathers drew.smathers at gmail.com
Mon Aug 22 13:36:46 MDT 2011


On Fri, Aug 19, 2011 at 2:43 PM, Osborn Chan <ychan at quova.com> wrote:
> Hi,
>
> I am a newbie in twisted and python.
> I would like to create a python SFTP server with twisted, but I cannot find any sample.
>
> Can someone give me some advise?
>

I don't believe there are any examples of building an SFTP server
aimed at newcomers to twisted and python but there are existing
implementations in the wild--which might honestly be difficult to
digest if you don't know python well enough. I think zope at one time
has SFTP server based on twisted (which I can't seem to summon with
google) and there's also SFTP server implementation in tahoe-lafs
(https://github.com/warner/tahoe-lafs/blob/master/src/allmydata/frontends/sftpd.py).

-Drew




More information about the Twisted-Python mailing list