Skip to main content

Module netrc

Module netrc 

Source
Expand description

.netrc credential lookup, so rget picks up saved logins the same way wget and curl do (PRD-adjacent: no flag should be required for a host the user has already told the rest of their tools how to authenticate to).

Functionsยง

lookup
user:password for host, read from $NETRC or ~/.netrc (_netrc on Windows). None if there is no file, no entry for this host, and no default entry.