[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-talk] Download manager



From: "Tor User0000" <toruser0000@xxxxxxxxx>

Thanks. I will use something like this:

wget --user-agent="Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101
Firefox/5.0" --proxy --execute=http_proxy=http://127.0.0.1:8118/ -c
http://download.test


You can simplify the command line by takeing advantage of the interpreted wgetrc file which stores setting

## Wget initialization file can reside in /usr/local/etc/wgetrc
## (global, for all users) or $HOME/.wgetrc (for a single user).

In Windows you would create a file such as; wgetrc.txt and use trhe 'wgetrc' environemngtal variable to point to the location and name of the file such as...
wgetrc=C:\wgetrc.txt

Then you can have the following entries stored in the wgetrc file and not have to use the command line switches.
http_proxy
user-agent



--
Dave
Multi-AV Scanning Tool - http://multi-av.thespykiller.co.uk
http://www.pctipp.ch/downloads/dl/35905.asp

_______________________________________________
tor-talk mailing list
tor-talk@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk