diff options
author | 2015-09-22 14:05:45 +0000 | |
---|---|---|
committer | 2015-09-22 14:05:45 +0000 | |
commit | 1340bb18135cacec016cffa0d26a91c66a4cd2ea (patch) | |
tree | 52c0c1301687a3aa2083bd30d37ae43ee0dad4b2 /doc/tips | |
parent | 3ff24cb4f9499564dc75939078d22cf0d5ac984e (diff) |
Added a comment: how to get access to urls needing authentication without private info in the url
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/using_the_web_as_a_special_remote/comment_12_1704dcd7fc94432af5aa18459495c9ab._comment | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tips/using_the_web_as_a_special_remote/comment_12_1704dcd7fc94432af5aa18459495c9ab._comment b/doc/tips/using_the_web_as_a_special_remote/comment_12_1704dcd7fc94432af5aa18459495c9ab._comment new file mode 100644 index 000000000..522f8c63f --- /dev/null +++ b/doc/tips/using_the_web_as_a_special_remote/comment_12_1704dcd7fc94432af5aa18459495c9ab._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" + subject="how to get access to urls needing authentication without private info in the url" + date="2015-09-22T14:05:45Z" + content=""" +wget by default consults ~/.netrc where you could specify your account information (man netrc for more detail) +"""]] |