If I may suggest a couple of things, * If this is for customers using it internally (which means cost saving is important), getdropbox.com can satisfy that need for them. I believe dropbox is written using TurboGear.
* If you are building your own system, on uploading part, i've been very satisfied with uploadify (jQuery plugin for multi-files uploading). It requires flash though. * To actually answer your real question, I found this: http://snakelets.sourceforge.net/filemgr/index.html Not exactly written in Pylons tough. - Didip - On Sun, Sep 27, 2009 at 10:31 PM, Mike Orr <[email protected]> wrote: > > What are people's recommendations for a simple Python-based file > manager? Our users are getting tired of the FTP interface and > active/passive dilemma on our FTP server, and many people we exchange > files with don't have FTP clients installed, so I'm looking for a web > interface that can either sit on top of the FTP directory or be > installed on another server. (Windows in the former case; Linux in > the latter.) Plone would be overkill, and while I could write one in > Pylons, I expect somebody already has, and has made a better > directory-tree interface than I can. Bonus if it's written in Pylons > or can be embedded as a WSGI application, but these are not strictly > necessary. Authorization is currently just a couple levels, although > we may want something more complex later. > > -- > Mike Orr <[email protected]> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
