wget:download_single_file_with_wget
Differences
This shows you the differences between two versions of the page.
wget:download_single_file_with_wget [2016/07/09 22:57] – created peter | wget:download_single_file_with_wget [2019/12/04 22:38] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== wget - Download Single File with wget ====== | ||
- | |||
- | The following example downloads a single file from internet and stores in the current directory. | ||
- | |||
- | <code bash> | ||
- | wget http:// | ||
- | </ | ||
- | |||
- | While downloading it will show a progress bar with the following information: | ||
- | |||
- | |||
- | * %age of download completion (for e.g. 31% as shown below) | ||
- | * Total amount of bytes downloaded so far (for e.g. 1,213,592 bytes as shown below) | ||
- | * Current download speed (for e.g. 68.2K/s as shown below) | ||
- | * Remaining time to download (for e.g. eta 34 seconds as shown below) | ||
- | |||
- | |||
- | ===== Download in progress ===== | ||
- | |||
- | <code bash> | ||
- | wget http:// | ||
- | </ | ||
- | |||
- | Displays: | ||
- | |||
- | < | ||
- | Saving to: `strx25-0.9.2.1.tar.bz2.1' | ||
- | |||
- | 31% [=================> | ||
- | </ | ||
- | |||
- | |||
- | ===== Download completed ===== | ||
- | |||
- | <code bash> | ||
- | wget http:// | ||
- | </ | ||
- | |||
- | Displays: | ||
- | |||
- | < | ||
- | Saving to: `strx25-0.9.2.1.tar.bz2' | ||
- | |||
- | 100%[======================> | ||
- | |||
- | 2009-09-25 11:15:30 (68.7 KB/s) - `strx25-0.9.2.1.tar.bz2' | ||
- | </ | ||
wget/download_single_file_with_wget.1468105022.txt.gz · Last modified: 2020/07/15 09:30 (external edit)