Question
Download large files(20GB) halts on 13.2GB
I am trying to download a large file from IPFS using the wget command. The initial download is fast but when I have downloaded 13.2GB of the file to connection just halts and becomes extremely slow. Is there a limit in digitalocean?
I have checked:
- Disk space
- Bandwidth not maxed
- re-downloading, same thing fast until it reaches 13.2GB then super slow
command used:
wget -rc --no-parent URL/filename.tar.gz
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×