Server To Server File Transfer With PHP Script
Just yesterday my friend want to moving his blog from free hosting into paid hosting. But there are several problem, he using internet connection based on bandwidth usage, so he cant moving his file manually because it will spend out his bandwidth limit.
Then i suggested him for transferring his files through remote FTP since his free hosting using CPanel, so i know there are feature such like remote FTP.

FTP Remote Backup
But it was failed too.. seems like his free hosting has disabled that features.. Then i remember there are many simply PHP scripting for remote uploads similar like Rapidleech. Javarsoft SST is one of them.
No need difficult installation, just uploaded the files and using it.

server to server file transfer
If you want to increased maximal upload (5MB default) just edit some lines on downloader.php files:
line 78: (timeout value)
change into higher value for more timeout, ie;
line 155: (max. upload)
change the multiplied into higher valued, it reflected in MB, so if we want to increased into 15 MB ?, it will like this:

file transfer progress
There are some requirement for running this script:
- Using Linux/Windows
- Have PHP Interpreter version 4 or higher
- PHP was set to allow Remote File Access
(setting “allow_url_fopen” = true)
Notes:
- Sometimes we cant transferred file larger than 15 MB due to various reason (sometimes show exhausted memory and cannot be fixed even we increased mem limit through local php.ini).
- In some case, it will process in your browser background, will not eat your bandwidth, but slowed your browser.
Related posts:










January 16th, 2010 at 4:19 am
[...] the rest here: Server To Server File Transfer With PHP Script AKPC_IDS += “13825,”;Popularity: unranked [?] Tags: bandwidth-usage, based-on-bandwidth, [...]http://www.peringkatsatu.co.cc/server-to-server-file-transfer-with-php-script.html
January 16th, 2010 at 5:57 am
[...] Link: Server To Server File Transfer With PHP Script [...]http://www.a2zwebindia.com/server-to-server-file-transfer-with-php-script/
January 24th, 2010 at 3:57 am
Wooow it worked great but one thing is bad, which is it transfer only files with max size 50MB
is there a solution for this dis advantage?
January 26th, 2010 at 9:08 am
@scaricareMp3:
but only 15 MB so far work perfectly.
Too bad its not even 50MB
January 28th, 2010 at 7:35 am
There is so much information here! I’m trying to remember all of it so I can put it to work. …
Another great post! …
March 8th, 2010 at 12:28 pm
Thanks for shaire important IT information server based data transfer using of PHP. This post is very important for me and other IT professionals.