Guest User

Untitled

a guest
Apr 9th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. wget -P examples/ www.example.com/image.png
  2.  
  3. curl -o examples/image.png www.example.com/image.png
  4.  
  5. wget -O examples/image.png www.example.com/image.png
  6.  
  7. man wget
  8.  
  9. wget --http-user=<username> --http-password=<Secretpassword> <yourURL>
Add Comment
Please, Sign In to add comment