A client of mine is having problems hosting their own document server so they are thinking about moving the their document server and application server to the cloud. The problem is, we had a application that scanned the documents into a particular folder on the document server (internal network), now with the cloud this application may need to be revised to send the documents. FTP is out. We are looking for a host service that allows us to map the folder on the server or that would enable us to upload the documents via HTTP/HTTPS. Can anyone suggest a service that I could use to accomplish this ? Please let me knows thanks!
Share
You might want to look at a WebDAV provider. I do personal doc backup and management against my FastMail DAV storage area and it works fine. All you need is a good WebDAV client. I use a Python lib, but there are commercial and free clients for most languages.