Help adding articles how to download files in the background using wget on Linux (#29936)

This commit is contained in:
Tedo Haris Chandra
2019-03-27 08:08:07 +07:00
committed by Randell Dawson
parent 84787429fb
commit f0524ad9f9

View File

@ -43,4 +43,10 @@ wget --mirror --no-parent https://ftp.gnu.org/gnu/
```
wget --ftp-user=username --ftp-password=password ftp://example.com
```
### Download files in background
```
wget -b /wget/log.txt ftp://ftp.gnu.org/gnu/wget/wget-1.10.1.tar.gz.sig
```
You can play with remaining features of the ``wget`` utility