how to download to ftp?

Discussion in 'Site & Server Administration' started by amol.gupta, Aug 22, 2009.

  1. #1
    is there any method by which I can transfer a file form any site on the internet directly to my ftp account without first downloading it to my PC and then uploading it on the ftp(takes too much time and BW)?
     
    amol.gupta, Aug 22, 2009 IP
  2. Khansahib

    Khansahib Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you have root access to server use wget command to copy that file directly to your website. You will need SSH access to your server and then a simple software like putty to connect to your server.

    If you are going to copy some file from the location abc.com/xyz.zip use the command like

    wget abc.com/xyz.zip

    Simple isn't it?

    -Regards.
     
    Khansahib, Aug 22, 2009 IP
  3. amol.gupta

    amol.gupta Member

    Messages:
    199
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #3
    I just have the ftp access which I use with the help of net2ftp.com since I am under proxy which has blocked ftp ports...
    is there any php script for the same?
     
    amol.gupta, Aug 22, 2009 IP
  4. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #4
    you can do this using php.. use rapidlieech to transfer files
     
    Bohra, Aug 22, 2009 IP