<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on article "Very Simple Test Download via a Proxy Howto"</title>
<link>http://home.zyrianes.net/blog/Articles/159/</link>
<description>This simple howto explains howto to check your download rate through a ft proxy&lt;br /&gt;
&lt;br /&gt;
private Proxy&lt;br /&gt;
=============&lt;br /&gt;
&lt;br /&gt;
If it's a private proxy, first create a tunnel to this proxy with ::&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; ssh -l &lt;user&gt; -L 3128:localhost:3128 &lt;host proxy&gt;&lt;br /&gt;
&lt;br /&gt;
Next, configure your proxy::&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; export ftp_proxy=localhost:3128 &lt;proxy_host&gt;&lt;br /&gt;
&lt;br /&gt;
Finally, test your dl with wget::&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; wget&amp;nbsp; --verbose --proxy=on \\&lt;br /&gt;
&amp;nbsp; &amp;nbsp; ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/releases/7.10/ubuntu-7.10-desktop-i386.iso&lt;br /&gt;
&lt;br /&gt;
You can check if your traffic uses the proxy with iftop, example::&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; iftop -i eth0&lt;br /&gt;
&lt;br /&gt;
public or internal Proxy&lt;br /&gt;
========================&lt;br /&gt;
&lt;br /&gt;
You just set your proxy host/port and launch wget::&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; export ftp_proxy=localhost:3128&lt;br /&gt;
&amp;nbsp; &amp;nbsp; wget&amp;nbsp; --verbose --proxy=on \\ &lt;br /&gt;
ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/releases/7.10/ubuntu-7.10-desktop-i386.iso</description>
<language>en</language>
<copyright>The contents of this blog are available for non-commercial use only.</copyright>
<generator>Alinea http://pythonfr.org/alinea/</generator>



</channel>
</rss>
