It's old and kind of broken, but I wrote a file browser example-ish thing a
long time ago: http://svn.pythonpaste.org/Paste/apps/FileBrowser/

Oh dumb, apparently I started but didn't finish porting it to Pylons, and I
didn't tag the old version (that wasn't just full of stubs).  If you looked
in the log you'd find it.  It probably used Wareweb or something.  For auth
you might be able to use repoze.what, or I think there's a TG middleware for
path-based authorization.

On Mon, Sep 28, 2009 at 12:31 AM, 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]>
>
> >
>


-- 
Ian Bicking  |  http://blog.ianbicking.org  |
http://topplabs.org/civichacker

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

Reply via email to