All tools/GNU Wget

GNU Wget

wget

GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS.

Detected by wget | macOS, Linux, Windows |www.gnu.org

Sync rules

What travels, what stays, what never leaves
GNU Wget in your home directory Every rule on this page, by file
logfile = /Users/octocat/Library/Logs/wget.log
# Trust store installed by this machine's package manager
ca_certificate = /opt/homebrew/etc/openssl@3/cert.pemmachine-local
ca_directory = /opt/homebrew/etc/openssl@3/certsmachine-local
# Credentials for the internal mirrors
user = octocat

Each machine keeps its own copy of these.

user_agent = Mozilla/5.0 (compatible; octocat)
# Where this machine puts downloads and logs
dir_prefix = /Users/octocat/Downloads/wgetmachine-local
logfile = /Users/octocat/Library/Logs/wget.logmachine-local
# Trust store installed by this machine's package manager
ca_certificate = /opt/homebrew/etc/openssl@3/cert.pem

Each machine keeps its own copy of these.

passwordhttp_passwordftp_passwordproxy_password

Lifted into your secret store; the rest of the file syncs.

· ~/.netrc Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/wget. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps the credential file out. None of them splits ca_certificate and ca_directory for you — that part is Otty’s own sync, or a template you write by hand.