On Sat, Oct 9, 2010 at 12:07 PM, Nitin Kumar <nitin.n...@gmail.com> wrote:
> Hi all, > > I want to fetch/copy one file from a server. > what all things i can do for the same? Plz help > Depends on what language the server talks. Python supports almost all of the common internet protocols such as HTTP, FTP, SMTP, XML-RPC ,SOAP etc. And there are third party libraries available for any unsupported protocols in the standard library. Mostly urllib/urllib2* functions should help you. > > -- > Nitin K > _______________________________________________ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- --Anand _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers