netrc.d: edit the .netrc example to look nicer
Works nicely thanks to d1828b470f
Closes #8025
This commit is contained in:
parent
4d97fe5473
commit
73412465a0
@ -16,6 +16,8 @@ to find the home directory.
|
||||
|
||||
A quick and simple example of how to setup a *.netrc* to allow curl to FTP to
|
||||
the machine host.domain.com with user name \&'myself' and password \&'secret'
|
||||
should look similar to:
|
||||
could look similar to:
|
||||
|
||||
.B "machine host.domain.com login myself password secret"
|
||||
machine host.domain.com
|
||||
login myself
|
||||
password secret"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user