[BangPypers] How to retrieve file from another server using Python

Sudheer Satyanarayana sudheer.s at sudheer.net
Sat Oct 9 10:44:09 CEST 2010


On 10/09/2010 12:07 PM, Nitin Kumar wrote:
> Hi all,
>
> I want to fetch/copy one file from a server.
> what all things i can do for the same? Plz help
>
>    
Using Python you can connect to the server using various protocols - 
FTP, HTTP, SSH, etc. Serve the file on the server using any of these 
methods. The client code would just be a snippet.


-- 

Sudheer Satyanarayana
Binary Vibes Information Technologies Pvt. Ltd.
Postal Address: #506, 10th B Main Road, I Block, Jayanagar, Bangalore – 560 011
URL : www.binaryvibes.co.in
Phone: +91 80 41558451 * Mobile: +91 99005 07499
Community : http://techchorus.net



More information about the BangPypers mailing list