hi, I want to save files from some others server like www.xyz.com/123.zip to directly on my hosting account. Right now I have to download the files to my localhost pc and than agian have to upload it to my hosting account. I only have access to cpanel(no shell access). Is this possible ? Regards
If that is a linux you or if you have a console access you could try the scp command, or the ftp command. or use wget <link> from the new server or run it through php. Hope that helps
naah I wish it cud help me but I am a basic user :roll: which Means I dont' have shell access. I only have cpanel..infact on second thought I am realizing that this can not be done with cpanel alone unless I come up with some script. what I need is a script which run on my server(host) and can read links like www.xyz.com/test.zip and can download them on the server.. I will search for it and will post it here if got it