I want to download all the zip files from the link:
https://s3.amazonaws.com/tripdata/index.html
I tried the following command but it did not work. I could dwonlaod only one file.wget -r -np -l 1 -A zip https://s3.amazonaws.com/tripdata/index.html
It would be really appreciated to know the code to download all zip files from a webpage using wget or R.