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 ..?

Était-ce utile?

La solution

to download all exe's use *

wget http://example.com/*.exe
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top