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 -~----------~----~----~----~------~----~------~--~---
