[Tutor] Build a simple ftp server in python

Dave Kuhlman dkuhlman at rexx.com
Thu Aug 17 06:53:49 CEST 2006


On Wed, Aug 16, 2006 at 11:09:26AM +0200, J?nos Juh?sz wrote:
> Hi All,
> 
> I am just plannig to make a small ftp server that would serv not a 
> filesystem, but some kind of objects, like stocks or assets.
> In that case I can use my favorite commander to delete, copy, move objects 
> from one place to another.
> 
> Have you got any idea which module to use ?
> 

Look at Twisted:

    http://twistedmatrix.com/projects/core/

and Medusa:

    http://www.nightmare.com/medusa/

And, you might be interested in this thread on twisted and medusa:

    http://www.gossamer-threads.com/lists/python/python/379675

Dave


-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman


More information about the Tutor mailing list