Guest User

Untitled

a guest
Oct 12th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. wget http://<user>:<pass>@serveradress
  2.  
  3. wget --user user --password pass http://example.com/
  4.  
  5. me@machine:~$ wget --user=remote_user --password=SECRET ftp://ftp.example.com/file.ext
  6.  
  7. me@machine:~$ wget --user=remote_user --password=SECRET ftp://ftp.example.com/file.ext
  8.  
  9. me@machine:~$ wget --user=remote_user --ask-password ftp://ftp.example.com/file.ext
  10. Password for user `remote_user': [SECRET (not visible)]
  11.  
  12. wget http://download.oracle.com/otn/linux/oracle12c/122010/linuxx64_12201_database.zip?AuthParam=1539333101_448acded002c607377c51b62730a816f
Add Comment
Please, Sign In to add comment