Jeff Casimir
2006-Feb-23 18:30 UTC
[Rails] Anyone done a "File Browser"? Like a free StrongSpace?
Hey all, Does anyone know of an existing project that acts as a file broswer for files/directories on the server. I need to implement something for my students to be able to access their unix home drives on our server via the web. It doesn''t sound that hard to do the actual file listing and accessing in ruby. Authenticating the users could be tricky (PAM?). It could be done, but I''d prefer not to reinvent the wheel. Any tips appreciated. Google/Wiki searches for "rails file browser" and the like didn''t turn up any leads. - Jeff
Tom Mornini
2006-Feb-23 18:41 UTC
[Rails] Anyone done a "File Browser"? Like a free StrongSpace?
Should be easy on top of this: http://www.epiphyte.ca/code/live_tree.html -- -- Tom Mornini On Feb 23, 2006, at 10:33 AM, Jeff Casimir wrote:> Hey all, > > Does anyone know of an existing project that acts as a file broswer > for files/directories on the server. I need to implement something > for my students to be able to access their unix home drives on our > server via the web. > > It doesn''t sound that hard to do the actual file listing and > accessing in ruby. Authenticating the users could be tricky > (PAM?). It could be done, but I''d prefer not to reinvent the wheel. > > Any tips appreciated. Google/Wiki searches for "rails file > browser" and the like didn''t turn up any leads. > > - Jeff > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails