On Apr 28, 2010, at 10:14:16, Raymond Norton wrote:

> I have a customer that asked to have their server set up to chroot users 
> to their home directories. After completing the job using sftp and ssh, 
> they now want an http upload alternative for customers that are not 
> allowed to install executables on their desktop.
> 
> It seems they are not real concerned about http uploads. They just want 
> to keep user files private from others on the same server.
> 
> Any ideas of the best solution here?

We wrote a simple FTP upload script in php and use that.  We use SSL, of course, for the web connection.

---
Eric Crist