Linux

Linux recursively download files

2021-07-20  本文已影响0人  JaedenKil

I want to download all pdf files recursively from link "http://xx.yy.zz.ww/home/Documents/":

wget --restrict-file-names=nocontrol -r -np -nH --cut-dirs=1 --accept pdf http://xx.yy.zz.ww/home/Documents/

Never miss the slash / after the "Documents".

Explamation:

上一篇 下一篇

猜你喜欢

热点阅读