Skip to main content

All Questions

Tagged with
0 votes
0 answers
273 views

Wget which stops when it has a download limit

I have over 200 wget in screens on my server. I set a download limit in each low wget: --limit-rate=1K. The only problem is that after one hundred seconds, he considers as a finished one, so this ...
Aurelian Motiz's user avatar
6 votes
3 answers
11k views

How to download this webpage with Wget?

I want to download the webpage http://forum.ubuntu-it.org/, but it requires a username and password. So I have used this: wget --save-cookies cookies.txt --post-data 'user=goyamy&passwrd=...
xRobot's user avatar
  • 501