OAC Technology
asked on
Online storage solution for sharing large amounts of data.
We are looking for an online storage solution that will allow us to upload and store a large amount of data (around 1.5TB to begin with) and then allow specific remote users access to these files. I've looked into Amazon S3, but this solution seems like it would be quite expensive. What (if any) other options are available to achieve this? Does anyone have any suggestions on a more cost-effective solution?
Thank you
Thank you
Oh, here's a link to a WebDAV tutorial.
http://www.windowsnetworking.com/articles_tutorials/WebDAV-IIS.html
http://www.windowsnetworking.com/articles_tutorials/WebDAV-IIS.html
ASKER
Yes, the files need to stay on the server. I'm looking for something justl ike Amazon S3 where all of the files stay on the server and access to those files can be given to other users.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
if they just need to download, use a Windows/*NIX Server with SFTP setup.
Or use a Windows server with WebDAV & IIS.