Home » Linux Set number retrying-attempts

Linux Set number retrying-attempts

by Online Tutorials Library

Set number of retrying attempts

By default, wget command tries 20 times to downlod a file. This problem generally come when a large file is getting downloaded and internet connection is weak.

Here, you can set number of attempts which wget should make to download a file.

Syntax:

Linux Retrying Attempt1

Look at the above snapshot, we have given 40 number of attempts to download this file.

You may also like