Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Is it possible to download file larger than 800 mb onto my web hosting directly so that i dont have to download that file to my computer and then upload using my ftp client. and as i am not using ssh i cannot use wget.
Posted
Updated 27-Apr-13 18:26pm
v2

1 solution

This is not a programming question unless you want to do this from code.

In this case I suggest you use cURL extenstion[^]. See following code for ftp download: http://nemezisproject.co.uk/2011/05/08/php-curl-download-file-ftp/[^].
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900