maksimKorzh / get

Retrieving files using HTTP client with custom DNS resolver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get

Retrieving files using HTTP client with a custom DNS resolver

Purpose

If you have a Linux System with a statically linked BusyBox
running wget command would result in error because of the lack
of libnss_dns.so shared library responsible for DNS resolving.
This utility is a pure static binary workaround.

Usage

get                                    # get URL via STDIN output to STDOUT
get https://github.com                 # get URL via  ARG  output to STDOUT
get https://github.com > index.html    # get URL via  ARG  output to file 'index.html'

About

Retrieving files using HTTP client with custom DNS resolver


Languages

Language:Go 95.9%Language:Shell 4.1%