WGET Download same file multiple times [closed]
im looking for a wget option to download a file X times concurrent
like: wget http://www.example.com/file.txt
But in the same command execute the same download (X times) at the same time and show the progress.
Can be done with wget ?
wget
migration rejected from stackoverflow.com Dec 25 '18 at 10:12
This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.
closed as unclear what you're asking by DavidPostill♦ Dec 25 '18 at 10:12
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
comments disabled on deleted / locked posts / reviews |
im looking for a wget option to download a file X times concurrent
like: wget http://www.example.com/file.txt
But in the same command execute the same download (X times) at the same time and show the progress.
Can be done with wget ?
wget
migration rejected from stackoverflow.com Dec 25 '18 at 10:12
This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.
closed as unclear what you're asking by DavidPostill♦ Dec 25 '18 at 10:12
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
With a for loop maybe :p
– qmeeus
Dec 24 '18 at 19:56
1
I don't thinkwget
has the "feature" you're looking for built-in. Why not just launch n instances of wget?
– Jubjub Bandersnatch
Dec 24 '18 at 19:56
What is the point? Please make sure there is no XY problem here.
– Kamil Maciorowski
Dec 25 '18 at 9:31
comments disabled on deleted / locked posts / reviews |
im looking for a wget option to download a file X times concurrent
like: wget http://www.example.com/file.txt
But in the same command execute the same download (X times) at the same time and show the progress.
Can be done with wget ?
wget
im looking for a wget option to download a file X times concurrent
like: wget http://www.example.com/file.txt
But in the same command execute the same download (X times) at the same time and show the progress.
Can be done with wget ?
wget
wget
asked Dec 24 '18 at 19:55
Daniel OliveiraDaniel Oliveira
111
111
migration rejected from stackoverflow.com Dec 25 '18 at 10:12
This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.
closed as unclear what you're asking by DavidPostill♦ Dec 25 '18 at 10:12
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
migration rejected from stackoverflow.com Dec 25 '18 at 10:12
This question came from our site for professional and enthusiast programmers. Votes, comments, and answers are locked due to the question being closed here, but it may be eligible for editing and reopening on the site where it originated.
closed as unclear what you're asking by DavidPostill♦ Dec 25 '18 at 10:12
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
With a for loop maybe :p
– qmeeus
Dec 24 '18 at 19:56
1
I don't thinkwget
has the "feature" you're looking for built-in. Why not just launch n instances of wget?
– Jubjub Bandersnatch
Dec 24 '18 at 19:56
What is the point? Please make sure there is no XY problem here.
– Kamil Maciorowski
Dec 25 '18 at 9:31
comments disabled on deleted / locked posts / reviews |
With a for loop maybe :p
– qmeeus
Dec 24 '18 at 19:56
1
I don't thinkwget
has the "feature" you're looking for built-in. Why not just launch n instances of wget?
– Jubjub Bandersnatch
Dec 24 '18 at 19:56
What is the point? Please make sure there is no XY problem here.
– Kamil Maciorowski
Dec 25 '18 at 9:31
With a for loop maybe :p
– qmeeus
Dec 24 '18 at 19:56
With a for loop maybe :p
– qmeeus
Dec 24 '18 at 19:56
1
1
I don't think
wget
has the "feature" you're looking for built-in. Why not just launch n instances of wget?– Jubjub Bandersnatch
Dec 24 '18 at 19:56
I don't think
wget
has the "feature" you're looking for built-in. Why not just launch n instances of wget?– Jubjub Bandersnatch
Dec 24 '18 at 19:56
What is the point? Please make sure there is no XY problem here.
– Kamil Maciorowski
Dec 25 '18 at 9:31
What is the point? Please make sure there is no XY problem here.
– Kamil Maciorowski
Dec 25 '18 at 9:31
comments disabled on deleted / locked posts / reviews |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
With a for loop maybe :p
– qmeeus
Dec 24 '18 at 19:56
1
I don't think
wget
has the "feature" you're looking for built-in. Why not just launch n instances of wget?– Jubjub Bandersnatch
Dec 24 '18 at 19:56
What is the point? Please make sure there is no XY problem here.
– Kamil Maciorowski
Dec 25 '18 at 9:31