So I'm working on putting together a server (most likely virtual appliance) to act as a central download, sync, and s/ftp point, or at least that's the goal. We're currently using an aging Lacie NAS that has some file browsing capabilities, but it's not pretty and is slower than desired. There needs to be user and group specific file browsing, download, and upload (e.g., client A has R/W to Folder A, client B has R/W to Folder B, Org Group Z has R/W to Folders A-Z, etc.). Preferably, the UI needs to be easy enough for a middle-age, not tech savvy user to figure out. Lastly, the source files (i.e., where Folder A-Z are located) need to be on the NAS, so the server needs to be able to interface through SMB or some other mechanism.
My initial thought was something along the lines of Owncloud or Pydio. I've tried both, and both are not exactly simple to administer. As the client will ultimately need to be able to add/remove/modify users and groups, simpler is better in that aspect. Something along the lines of BittorrentSync would be nice, but the client doesn't want end users to have to download an application to do the transfer (which is why simple SFTP is out, too). I'm looking into Seafile now.
TL;DR:
Need-
Remote source file connector via SMB or the like
Relatively simple GUI on both client and server-side
Upload/download without separate client application
Self-Hosted
Tried-
Owncloud (still trying to get smbclient to work correctly)
Pydio (a bit to complex to administer)
Bittorrent Sync (need client application)
Thoughts for alternatives?
Thanks in advance!
My initial thought was something along the lines of Owncloud or Pydio. I've tried both, and both are not exactly simple to administer. As the client will ultimately need to be able to add/remove/modify users and groups, simpler is better in that aspect. Something along the lines of BittorrentSync would be nice, but the client doesn't want end users to have to download an application to do the transfer (which is why simple SFTP is out, too). I'm looking into Seafile now.
TL;DR:
Need-
Remote source file connector via SMB or the like
Relatively simple GUI on both client and server-side
Upload/download without separate client application
Self-Hosted
Tried-
Owncloud (still trying to get smbclient to work correctly)
Pydio (a bit to complex to administer)
Bittorrent Sync (need client application)
Thoughts for alternatives?
Thanks in advance!