문제

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

도움이 되었습니까?

해결책

to download all exe's use *

wget http://example.com/*.exe
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top