Feature #794
Webbased file management
| Status: | New | Start date: | 27 Dec 2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 2.0 Big hoster |
Description
Proposal:
- User logs in, clicks the file management feature.
- OpenPanel spawn a simple http fileserver over https.
- This http fileserver is setuid for that user by authd, and chrooted to the user dir.
- The http fileserver authenticates using cookies
- If the session ends, the fileserver dies with it.
This way, we guarantee the fileserver is at least as secure as the ftp server.