Reply to this thread
Solved Forum question
Started by jackgreat | | 10 answers
Hello Everyone,
I have a program that uploads stock data to my web server. The data is uploaded as small files (<50KB) and a few files that maybe 2-3 MB in size. A folder on the basis of date is created and files (approx 100 (small)) are uploaded.
Now I wanted a backup solution so that if my web server is down my program can download the files from another server. Thus I wanted the following :
- a file server or storage space whereby I can upload file using a .net program
- my program which maybe used by a few hundred users can download from there
- aim is to be a backup ftp server
- I need at most 2 GB of disk space
Basically ftp access should be there so that my program can upload and download and even create directories through some command. In case main server is down, it should withstand multiple hits for download.
What would you advice ? Where should I go for this and if I should get a free space or paid.
Your help will be appreciated.
Thank you,
Jack
I have a program that uploads stock data to my web server. The data is uploaded as small files (<50KB) and a few files that maybe 2-3 MB in size. A folder on the basis of date is created and files (approx 100 (small)) are uploaded.
Now I wanted a backup solution so that if my web server is down my program can download the files from another server. Thus I wanted the following :
- a file server or storage space whereby I can upload file using a .net program
- my program which maybe used by a few hundred users can download from there
- aim is to be a backup ftp server
- I need at most 2 GB of disk space
Basically ftp access should be there so that my program can upload and download and even create directories through some command. In case main server is down, it should withstand multiple hits for download.
What would you advice ? Where should I go for this and if I should get a free space or paid.
Your help will be appreciated.
Thank you,
Jack
i7Baby
September 8, 2014 4:12:18 PM
jackgreat
September 8, 2014 6:10:21 AM
i7Baby
September 8, 2014 5:20:24 AM
jackgreat
September 8, 2014 5:18:13 AM
i7Baby said:
If you're server is down, can you redirect them to another address? eg cloud storage? Can the redirect be done automatically on failure?Redirect is ok but I need another server or the whole purpose of this post is where can I get a ftp serve or backup storage which supports uploads/multiple downloads.
i7Baby
September 8, 2014 4:58:26 AM
jackgreat
September 8, 2014 4:52:54 AM
i7Baby
September 8, 2014 4:44:55 AM
jackgreat
September 8, 2014 4:41:55 AM
Best solution chosen by jackgreat
i7Baby
September 8, 2014 4:25:04 AM
See all answers