GNU Wget
wgetGNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS.
GNU Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS.
Otty extracts these into your secret store instead of syncing the files. Every generated manager config below leaves them out too.
passwordhttp_passwordftp_passwordproxy_passwordThe rest of the file syncs. Only these values are lifted out and kept in your secret store.
ca_certificate, ca_directorylogfile = /Users/octocat/Library/Logs/wget.log # Trust store installed by this machine's package managerca_certificate = /opt/homebrew/etc/openssl@3/cert.pemmachine-localca_directory = /opt/homebrew/etc/openssl@3/certsmachine-local # Credentials for the internal mirrorsuser = octocatOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
dir_prefix, logfileuser_agent = Mozilla/5.0 (compatible; octocat) # Where this machine puts downloads and logsdir_prefix = /Users/octocat/Downloads/wgetmachine-locallogfile = /Users/octocat/Library/Logs/wget.logmachine-local # Trust store installed by this machine's package managerca_certificate = /opt/homebrew/etc/openssl@3/cert.pemOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Nothing. GNU Wget writes no caches or state in your home directory.
ca_certificateca_directorylogfile = /Users/octocat/Library/Logs/wget.log # Trust store installed by this machine's package managerca_certificate = /opt/homebrew/etc/openssl@3/cert.pemmachine-localca_directory = /opt/homebrew/etc/openssl@3/certsmachine-local # Credentials for the internal mirrorsuser = octocatEach machine keeps its own copy of these.
dir_prefixlogfileuser_agent = Mozilla/5.0 (compatible; octocat) # Where this machine puts downloads and logsdir_prefix = /Users/octocat/Downloads/wgetmachine-locallogfile = /Users/octocat/Library/Logs/wget.logmachine-local # Trust store installed by this machine's package managerca_certificate = /opt/homebrew/etc/openssl@3/cert.pemEach machine keeps its own copy of these.
passwordhttp_passwordftp_passwordproxy_passwordLifted into your secret store; the rest of the file syncs.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
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.