Domanda

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

È stato utile?

Soluzione

to download all exe's use *

wget http://example.com/*.exe
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top