Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
title.netrc
machine <url (without http:// or https://) or ip <domain-or-ip-address>
login <your-username>
password <your-secret-password>

Note: the domain is the part of the url right behind http(s):// until the next / (see also the examples in the links mentioned below).

Code Block
title.dodsrc
HTTP.COOKIEJAR=<your-home-directory>/.cookies
HTTP.NETRC=<your-home-directory>/.netrc

...