[Twisted-Python] Creating a dynamic FTP server

jarrod roberson jarrod.roberson at gmail.com
Mon Mar 21 09:56:36 MST 2005


On Mon, 14 Mar 2005 14:26:52 -0800, Jason Rust <jrust at rustyparts.com> wrote:
> Hi,
> I've been poking around in the code and documentation for a bit now and wanted
> to see if the following project would be doable with twisted before I
> actually started coding it:
> 
> We want a FTP server where all the files and directories are "virtual."  The
> actual files would be in a database and the folders shown to a user would be
> based on the time of day and who the user is.  When getting or putting a file
> it would pull or put it into the database backend.
> 
> Would something like this be possible with the twisted FTP module?
> Thanks,
> -Jason
> 

unless you just HAVE to have FTP a WebDAV solution would be MUCH
better suited for "virtual" assests like you describe




More information about the Twisted-Python mailing list