Question

I want to download only .exe files from example.com , I used wget -mk http://example.com / but it downloads all files of the website .. also I want to avoid some folders like /fr , /jp from the website . How to do that ..?

Was it helpful?

Solution

to download all exe's use *

wget http://example.com/*.exe
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top