Jump to content

Perintah Dasar Linux W: Difference between revisions

From Wiki
Created page with "==wget== wget --no-check-certificate -r -np -R "index.html*" http://remotehost/"
 
No edit summary
Line 1: Line 1:
==wget==
==wget==
  wget --no-check-certificate -r -np -R "index.html*" http://remotehost/
  wget --no-check-certificate -r -np -R "index.html*" http://remotehost/
[[Category:Linux]]
[[Category:Tutorial]]

Revision as of 16:17, 3 April 2022

wget

wget --no-check-certificate -r -np -R "index.html*" http://remotehost/