L
L
la02011-01-03 23:08:36
Data storage
la0, 2011-01-03 23:08:36

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

4 answer(s)
R
Ramzeska, 2011-01-04
@Ramzeska

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']));

L
la0, 2011-01-04
@la0

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 ...

R
Ramzeska, 2011-01-04
@Ramzeska

Well, or here for example: www.rackspacecloud.com/cloud_hosting_products/files/

L
la0, 2011-01-04
@la0

I saw, touched, took out the brain support. there is no such function.
Billing works through the backseat

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question