Is there a specific reason your uploading of files to your home server has to have anything to do with samba?
If you could use a web site interface to uploading and managing files on a webserver, try http://webfilebrowser.sourceforge.net/ and http://freshmeat.net/projects/pfb/. Of course, you will probably want to set up ssl, and offer those services exclusively over SSL.
If it doesn't even have to be 'web', use scp, an sftp client like filezilla, or fuse-sshfs. you could actually use Samba right over the net, but it is usually blocked, and isn't very smart for security reasons. In the one instance I do regularly use CIFS over the net, I encapsulate it in an OpenVPN tunnel, and do not depend on samba's security at all.
On Sun, Jul 20, 2008 at 19:03, Mark Gardner [email protected] wrote:
Does anyone know of a decent web interface to a samba file system. I would like to be able to securely upload files to my home server via a web interface.