Help adding articles how to download files in the background using wget on Linux (#29936)
This commit is contained in:
committed by
Randell Dawson
parent
84787429fb
commit
f0524ad9f9
@ -43,4 +43,10 @@ wget --mirror --no-parent https://ftp.gnu.org/gnu/
|
|||||||
```
|
```
|
||||||
wget --ftp-user=username --ftp-password=password ftp://example.com
|
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
|
You can play with remaining features of the ``wget`` utility
|
||||||
|
Reference in New Issue
Block a user