<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel rdf:about="http://home.zyrianes.net/blog/Articles/159/">
<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>
<link>http://home.zyrianes.net/blog/Articles/159/</link>
<title>Comments on article "Very Simple Test Download via a Proxy Howto"</title>



<items />


</channel>



</rdf:RDF>
