mirror of
https://github.com/curl/curl.git
synced 2026-05-17 19:06:20 +03:00
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
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue