Friday, August 28, 2015

Avoiding wget stalls and slow downs

Depending on connection and bandwidth availability, a wget download can stall (no speed) or just slow down to nothing. These two options will force it to restart (continuining) the download after it stops for 10 seconds:
# wget -c --tries=0 --read-timeout=10 [ URL ]

No comments:

Post a Comment