[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gwget and tor?
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: gwget and tor?
- From: emigrant <fromwindowstolinux@xxxxxxxxx>
- Date: Thu, 27 May 2010 14:18:26 +0530
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Thu, 27 May 2010 04:48:51 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=K92DwPpxfXnoOJGmj5l0ZKzYYHdxuXxg/ObCAu0eZ+c=; b=p9JX+rlO3Bp9oHIEtrFGbiIiscV7VVstqbkTguHuDl4Jlz/bvkXRPkAxghx2T/ZdRA OTLLm3Qc4PH7DY7k8j3Gq6pGOsNmU6hOKo4+71pBWM1u025S6f9bTIwbcL0sTt/sMsFa fougPDtUuquGTXZh+0BhqDdvBtm98rNYbhI28=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=R2onN4D7MvmfKWOkmnkxgbLphdnX67X6HQxVA1Qi8m1I7oZcs5HFu5bN3X3NmmhBqY VDY8Y5zuHLE5k8p04TBc3JdwcJO9dIxqpRhr+OFiaCfARlo1Q6WDsYQ4LFzafgVj2du1 FL1pO3cO45w0Von/oMb40X2r7KzXhWrlGnP/M=
- In-reply-to: <4BFD24CD.9030401@xxxxxxx>
- References: <1274873980.2093.8.camel@arshad-desktop> <4BFD24CD.9030401@xxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
On Wed, 2010-05-26 at 09:40 -0400, Aplin, Justin M wrote:
> On 5/26/2010 7:39 AM, emigrant wrote:
> > is there a way to use gwget with tor?
> > most of the times i download a direct link in tor enabled firefox it
> > stops in the middle despite the internet connection is good.
> >
> I don't know about gwget, but plain wget supports http proxies, which
> you can point at Polipo. If you're only going to need to do this every
> once in a while, I'd pop open a terminal and do the following:
> HTTP_PROXY=127.0.0.1:8118 && HTTPS_PROXY=127.0.0.1:8118 &&
> FTP_PROXY=127.0.0.1:8118
> export HTTP_PROXY && export HTTPS_PROXY && export FTP_PROXY
> wget your://url.to/download.here
>
> If that doesn't work for you, open your Polipo configuration file and
> see what port it's set up to run on, and change the bit after the colon
> in the environmental variables. Wget will pick up on the environmental
> variables and should route your download through Tor. These settings
> will only last until you either close the shell, or until you log out (I
> forget which and can't make it to my linux box to check), so if you'll
> be doing this a lot you can add the following lines to your .wgetrc file
> to have them executed automatically:
>
> proxy = on
> HTTP_PROXY = 127.0.0.1:8118
> HTTPS_PROXY = 127.0.0.1:8118
> FTP_PROXY = 127.0.0.1:8118
>
> To resume an interrupted download, just add the -c option, like so:
>
> wget -c your://url.to/download.here
>
> > thanks.
> >
> >
>
> Anytime =)
>
> ~japlin
> ***********************************************************************
> To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxxx with
> unsubscribe or-talk in the body. http://archives.seul.org/or/talk/
thank you very much for this,
i will try this way next time i download.
and thanks to Scott Bennett also.
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxxx with
unsubscribe or-talk in the body. http://archives.seul.org/or/talk/