On Fri, Aug 19, 2011 at 2:43 PM, Osborn Chan <[email protected]> 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 _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
