Архива за 'wget' категорију

Geeky tip: Using wget through PROXY

June 25, 2009

Wget is one of my favorite tools when it comes to working with files online. And it’s definitely my fav download manager. So, here is a little tip how to work with it if you are behind a proxy server like I am right now. In order to make wget use transparent proxy setting ENV is not enough. Solution is rather simple - just edit file called /home/johndoe/.wgetrc and put the following in it:

http_proxy = http://PROXY:PORT/ use_proxy = on wait = 15

This will make wget use whatever proxy is working between you and the rest of the world.

Rapidšer i wget

November 14, 2008
Koristim premium nalog na RapidShare.com za razmenu koječega (npr. video uputstvo za isntalaciju OOoTranslit-a). Za preuzimanje sam koristio skriptu koja pomoću wget-a preuzima linkove koje umetnem u tekstualnu datoteku rslist. wget --http-user=KORISNIČKI-ID –http-password=LOZINKA -c -i rslist Međutim, to je prestalo da radi kada je nedavno promenjena poslovna politika i uvedeni dodatni sistemi zaštite. Pozdravljam taj potez jer [...]