|
| ||||||||||
| Tags: command line, download files, linux |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Download files from Linux command line
|
|
#2
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| |||
| |||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Download files from Linux command line" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Command Line in Linux to clear the /tmp folder | BBC123 | Operating Systems | 4 | 26-02-2012 01:41 PM |
| How to perform Cut and paste from command line in Linux | Malik B | Operating Systems | 4 | 11-11-2010 03:12 PM |
| Send mail from command line in Linux | Angelica Maria | Networking & Security | 4 | 07-04-2010 10:50 AM |
| Deleting line with sed command in unix/linux | Fragman | Software Development | 5 | 20-03-2010 09:47 PM |
| Inroduction of Linux command line | Ceesar | Operating Systems | 5 | 31-12-2009 01:20 AM |