wget:increase_total_number_of_retry_attempts
This is an old revision of the document!
wget - Increase Total Number of Retry Attempts
If the internet connection has problem, and if the download file is large there is a chance of failures in the download. By default wget retries 20 times to make the download successful.
If needed, you can increase retry attempts using -–tries option as shown below.
wget --tries=75 DOWNLOAD-URL
wget/increase_total_number_of_retry_attempts.1468106098.txt.gz · Last modified: 2020/07/15 09:30 (external edit)