How to save files on directly from server from some other sites ?

Discussion in 'Site & Server Administration' started by poseidon, Apr 28, 2006.

  1. #1
    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
     
    poseidon, Apr 28, 2006 IP
  2. flawebworks

    flawebworks Tech Services

    Messages:
    991
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    78
    #2
    flawebworks, Apr 28, 2006 IP
  3. theblight

    theblight Peon

    Messages:
    246
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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 :D
     
    theblight, Apr 29, 2006 IP
  4. poseidon

    poseidon Banned

    Messages:
    4,356
    Likes Received:
    246
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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
     
    poseidon, Apr 29, 2006 IP
  5. theblight

    theblight Peon

    Messages:
    246
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #5
    try the exec command of php i think that will do

    Cheers! :D
     
    theblight, Apr 29, 2006 IP