On Tue, Jul 18, 2006 at 05:08:38PM +0300, Ira Abramov wrote: > I'm looking for an off-the-shelf app for two clients, where with very > little customization I can create a file repository that will feature > various things like: > > * a public file tree of software updates available to all users > * private file trees viewable only by client groups that are supposed to > see them. > * upload of test cases and logs by clients for the QA team to retrieve > (hundred megs per upload sometimes) > * share a user directory with FogBugz or bugzilla > > > all in all it requires smarter ACLs than Linux' default permission > schemes, and I prefer not to open real unix users for the clients, and > use the Unix permissions - instead have a web app control it. > > the closest thing I found off-the-shelf was glftpd, it's closed-source > freeware and has few securityfocus vulnerabilty reports (but that's not > a major indicator...). > > if I can't find anything, I'll considder glftpd in chroot. All other > ideas are welcome...
FTP guest users? Possibly using heavy-weight symlinking? ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
