Hi Rishabh,<br><br>Unfortunately the remote servers that house these config files do not have them on either www or ftp, my only mode of access is scp<br>This was a good learning for me , i did not know that something like urllib existed..<br><br>Thanks for the inputs<br><br>KartheeK<br><br><b><i>Rishabh Manocha &lt;rmanocha@gmail.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Did you take a look at using urllib[1] or urllib2[2]?? You can use<br>them to download your file, save it and process any meta (header) info<br>returned.<br><br>[1] - http://docs.python.org/lib/module-urllib.html<br>[2] - http://docs.python.org/lib/module-urllib2.html<br><br>Best,<br><br>Rishabh<br><br>On Mon, May 12, 2008 at 11:23 AM, KartheeK <kartheekpn@yahoo.co.in> wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I am trying to find a way from which I could redirect standard output to a<br>&gt; variable.<br>&gt; The server
 I am using runs, Python 2.2.1 [subprocess module is not there,<br>&gt; and my ops team denies for an upgrade]<br>&gt; I am writing a script that downloads a configuration file from remote<br>&gt; servers[200+], I want to process the standard output so that I can confirm<br>&gt; if the download did happen completely/correctly.<br>&gt; Please pass on any hints..<br>&gt;<br>&gt; Thanks,<br>&gt;<br>&gt; KartheeK<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; BangPypers mailing list<br>&gt; BangPypers@python.org<br>&gt; http://mail.python.org/mailman/listinfo/bangpypers<br>&gt;<br>&gt;<br>_______________________________________________<br>BangPypers mailing list<br>BangPypers@python.org<br>http://mail.python.org/mailman/listinfo/bangpypers<br></kartheekpn@yahoo.co.in></blockquote><br>