Advertisement
pusatdata

LINUX: Kode Kuras File dalam Folder dengan WGET

May 25th, 2015
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Hasil Download Folder dan File seperti aslinya
  2. wget -r --no-parent --reject "index.html*" http://www.neraca.co.id/epaper/edisi/
  3. atau
  4. wget -r -nH --no-parent --reject="index.html*" -e robots=off http://www.neraca.co.id/epaper/edisi/
  5.  
  6.  
  7. Hasil Download Gabung Menjadi satu folder
  8. wget -r -nH --cut-dirs=3 --no-parent --reject="index.html*" -e robots=off http://www.neraca.co.id/epaper/edisi/
  9.  
  10. wget -r -nH --cut-dirs=3 --no-parent --reject="index.html*" -e robots=off "http://perpustakaandaerah.lombokbaratkab.go.id/public/E-BOOK%20SEKOLAH%20ELEKTORNIK/TINGKAT%20SMA/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement