Answer the question
In order to leave comments, you need to log in
Storage with download link?
Hello.
Needed something like this. You need cloudStorage with the following functionality.
- We feed the control panel of the service (or via API) a link (direct http / ftp) and the service itself uploads the file.
in general, you need: string upload_from_url(string url);
The so-called cloud service is desirable, since there are a lot of files, and in terms of 1 GB, an acceptable service, SLA and CDN are only there ...
Payment by card / WM / PayPal ... [not essential]
Thank you in advance!
PS about a bunch of cloudServer + storage = any_tasks I know. So far this is not an option.
Looking for the path of "least resistance".
Answer the question
In order to leave comments, you need to log in
Try jino
hosting.
You can collect the required volume from them, and for uploading, you can add php, for example, and upload a small script:
<?
if ($_GET['pwd']!='mypass') die('Access denied');
file_put_contents($_GET['filename'],file_get_contents($_GET['url']));
Hello.
Thanks for the answer, but we have volumes of almost 200 GB, and the disks will not take out our requirements. The charade does not suit us, only specialized services for storage ...
Alas ...
Well, or here for example: www.rackspacecloud.com/cloud_hosting_products/files/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question