Results 1 to 4 of 4

Thread: Download files from Linux command line

  1. #1
    Join Date
    Apr 2009
    Posts
    60

    Download files from Linux command line

    How to download a file on Linux command line. What are command and syntax use to download file. Any recommendations and suggestions are appreciated.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Download files from Linux command line

    GNU Wget is a computer program that retrieves content from web servers, wget program allows one to grab files across the internet just by providing a url. Wget is a very cool command-line downloader for Linux and UNIX environments.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Download files from Linux command line

    To download a file on Linux you need to type the command # wget site name from where you want to download photos /photos.zip

    # wget -r -l 1 http://www.google.com/ command will allow you to download home page of google.com

  4. #4
    Join Date
    Jan 2009
    Posts
    318

    Re: Download files from Linux command line

    Axel opens more than one HTTP/FTP connection, $ axel http://google.com/file.tar.gz will download file from the site. The lwp-download program also down load the document specified by the URL given as the first command line argument to a local file.

Similar Threads

  1. Command Line in Linux to clear the /tmp folder
    By BBC123 in forum Operating Systems
    Replies: 4
    Last Post: 26-02-2012, 02:41 PM
  2. Send mail from command line in Linux
    By Angelica Maria in forum Networking & Security
    Replies: 4
    Last Post: 07-04-2010, 10:50 AM
  3. Deleting line with sed command in unix/linux
    By Fragman in forum Software Development
    Replies: 5
    Last Post: 20-03-2010, 09:47 PM
  4. Inroduction of Linux command line
    By Ceesar in forum Operating Systems
    Replies: 5
    Last Post: 31-12-2009, 02:20 AM
  5. How to send email from the Linux command line
    By roumieh2000 in forum Windows Software
    Replies: 4
    Last Post: 15-09-2009, 06:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,566,302.29258 seconds with 17 queries