Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2513  / 3 Years ago, thu, july 1, 2021, 3:28:46

I know about wget -c option to allow resuming resumable download, but can I do multiple resumable download with wget or another command line tool?


More From » downloads

 Answers
3

Do you mean this ?



For example you want to download multiple files (which are unknown) from an homepage :




wget -rvi * http://homepage.com




v is for verbose, r is for recursive and i is for file with following feature/attribute - here feature/attribute is: * for arbitrary files.



First to say : not every domain is allowing wget.



Second to say : if you want any files, you could download some traps too ...



Here is little overview of else commands to work with :



https://superuser.com/questions/261154/how-do-i-download-a-file-using-the-command-line



Somebody told me that scp would be safer and perform more stable downloads than wget.


[#30428] Thursday, July 1, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
socelebrate

Total Points: 274
Total Questions: 123
Total Answers: 124

Location: Saint Helena
Member since Mon, Jan 16, 2023
1 Year ago
;