Fetch/wget через proxy
Категория: / DEV Блог
/ Сервер (FreeBSD)
export HTTP_PROXY=proxy.domain.ru:8080
fetch -o index.html http://host.ru/
setenv http_proxy proxy.domain.ru
wget http://host.ru/
FTP_PROXY=192.168.1.1:8080
HTTP_PROXY=192.168.1.1:8080