I have, for various reasons, a need an open-source and user-friendly technology to replace FTP & SFTP. With today's technology, am I expecting the impossible?
I am running a home server and hosting people for free, but file transfers are giving me headaches, and all the googling I could do so far has not helped (more than two years trying to diagnose what's up with connections dropping, users being locked out, daemons not restarting, etc, with various software, linux distributions, hardware, etc).
It could be a *really* good and secure ajax web interface for users to manage files, or it could be a different protocol, or anything that comes to your mind that would be suitable for all the operations needed for a typical webmaster.
What is important:
* no "ghost" connections blocking the user from accessing again, dropped connections without explanation (I think these are my #1 problems)
* lock the user into his directory (my big gripe. SFTP is just a real pain in the arse to use chroot jails, whereas FTP mostly "just works" in that aspect)
* decent speed (I have 3mbits/800kbits of bandwidth, I'd like to maximize that)
* works on Linux
* not be a totally insecure piece of orangutan feces / a cheap PHP upload script
What would be nice (secondary objectives):
* ease of use on the client side. Must work for Linux and Windows
* works on Debian GNU/Linux or Ubuntu
* allows a user database; I mean not having to create a real "system user" for each user that needs an account.
* encryption
* could handle a frontal slashdotting (just kidding ;)
Hmm... That's about it, I tried to not make that question too long. If you need more info, just ask ;).
posted by odinsdream at 11:49 AM on August 18, 2006