Friday, May 3, 2024
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 9736  / 2 Years ago, sat, february 12, 2022, 6:04:30

I have to download multiple files from here in googlecode. Currently I open each folder and download each file by saving it using my browser. Is there a way to automatically download all folder/files?


More From » command-line

 Answers
0

wget is the command line utility you want:



wget -r http://tinyos-main.googlecode.com/svn/tags/release_tinyos_2_1_2/


It downloads everything in:



http://tinyos-main.googlecode.com/svn/tags/release_tinyos_2_1_2/



and all subdirectories - folder(s) and file(s) - in release_tinyos_2_1_2/






Further Reading:





Home Page:




[#35604] Sunday, February 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
housecoarmer

Total Points: 434
Total Questions: 116
Total Answers: 120

Location: Albania
Member since Sun, Nov 22, 2020
4 Years ago
;