ubuntu:wget:increase_total_number_of_retry_attempts
Ubuntu - 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
ubuntu/wget/increase_total_number_of_retry_attempts.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1