wget is merely a "downloader". It's a program that retrieves data from the server you tell it to. Tor is a network. You can use wget over Tor (though curl is better for that, hence me using it in my script below, give it a shot). wget is as secure as downloading from the browser (more or less, but quite similar), so if you run it over Tor it takes advantage of the encryption.

Reply via email to