Find the answer to your Linux question:
Results 1 to 5 of 5
I want to download a file from a website via terminal. How do I do that? Nevermind, wget works well. Code: $wget http://www.google.com/index.html...
  1. #1
    Linux User Agent-X's Avatar
    Join Date
    May 2005
    Location
    Dimension X
    Posts
    261

    Download a file via terminal?

    I want to download a file from a website via terminal.
    How do I do that?

    Nevermind, wget works well.

    Code:
    $wget http://www.google.com/index.html

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    wget is great but also have a look at curl. I still prefer wget for its outright simplicity and quick resuming of downloads.

  3. #3
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    wget is truely one of the great Linux apps. I wonder if there is an easy way to make firefox open a terminal and use wget when downloading files. I know there's kget, and I like it, but wget is tops in my book.

    EDIT: There may be a way... I'm checking this page... Link
    Last edited by Dapper Dan; 10-24-2007 at 01:13 PM.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  4. #4
    Just Joined!
    Join Date
    Mar 2011
    Posts
    3

    Always is

    [QUOTE=Dapper Dan;521341]wget is truely one of the great Linux apps. I wonder if there is an easy way to make firefox open a terminal and use wget when downloading files. I know there's kget, and I like it, but wget is tops in my book.


    There's a great way to run terminal commands with php.

    <?php
    shell_exec(wget xyz);
    ?>

  5. #5
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,091
    Hello and welcome to the forums!

    This thread is nearing 4 years old so locking. Please feel free to start a fresh thread of your own if you need help with Linux.

    Thank you.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...