Announcement

Collapse
No announcement yet.

How to download files directly to FTP?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to download files directly to FTP?

    Hello Everyone,

    Here I am thinking if it is possible to download a particular file to my FTP directly from the internet, instead of downloading the file to my computer and then uploading it onto my server??

  • #2
    Hello SparkFusion,

    Yes, there is a way to download a perticular file onto the FTP. You can use "wget" command via SSH it will straight away download the file to the server.

    You can use the SSH in windows with the help of softwares like putty. Once you connect the SSH you will need to nevigate to directory you want the file to be downloaded by using command 'cd'

    Example:
    cd FOLDERNAME

    "Foldername" is the directory you want the file to be downloaded to.

    Once in the directory use 'wget' to get the file:

    wget http://URL-to-the-file

    Comment


    • #3
      Thanks for sharing, never thought this was possible. Is this also possible on the shared hosting packages?

      Comment


      • #4
        I'm afraid the "wget" command is disabled on our shared servers. However, if you are downloading anything from a secure source, we will enable it for you. You just need to make sure that the download source is secure and whatever you download doesn't harm the server in any way.

        Feel free to post if you have any other queries or concerns.
        Webhosting UK :: Dedicated Server Hosting | Cloud Server Hosting
        Follow us on social networks Facebook, Twitter and LinkedIn

        Comment

        Working...
        X