Filesystem access through web interface
Posted
by
Jorge Suárez de Lis
on Server Fault
See other posts from Server Fault
or by Jorge Suárez de Lis
Published on 2012-09-03T15:12:42Z
Indexed on
2012/09/03
15:39 UTC
Read the original article
Hit count: 406
I have an SSH+Samba server so people can access its files from anywhere on the network.
I thought it would be also interesting to provide access through a web interface, so they can access the files even when they don't have access to the VPN or a Samba/SSH client. Something like the Ubuntu One or Dropbox web interface.
The http server could be on the same machine as the SSH+Samba, so it should just provide access to local files and some way to login with their username/password.
Someone knows any software like this?
© Server Fault or respective owner