On 06/18/2010 08:42 AM, MOKRANI Rachid wrote:
Hi,
I'm looking a linux freeware for sharing file with a web browser interface - protect file by password, send link to download by email....
Something like the following service:
http://www.hongkiat.com/blog/15-great-free-online-file-sharing-alternati ves/
The idea is to install this service in OUR server for sharing files beetwen other company. For differents reasons we don't want to store some files in other servers.
Any idea about a software we can use in our local server ?
Thanks.
You can use:
- FTP/FTPS (FTP over SSL) eg: ProFTPd package in CentOS - WebDAV: mod_dav in Apache - Put the in HTTP server and protect the directory with pawword ie: htaccess/htpasswd
HTH