[BangPypers] How to retrieve file from another server using Python
Anand Balachandran Pillai
abpillai at gmail.com
Mon Oct 11 15:51:59 CEST 2010
On Sat, Oct 9, 2010 at 12:07 PM, Nitin Kumar <nitin.nitp at 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 at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>
--
--Anand
More information about the BangPypers
mailing list