How to read a file from another server? Newbie

Ivan Voras ivoras at __geri.cc.fer.hr
Mon Apr 26 20:28:32 EDT 2004


Edward Diener wrote:

> Sean Berry wrote:
> 
>>I am trying to read in a file from another server.
>>
>>If I try
>>x = open("servername:/path/to/file", "r")
> 
> 
> x = open("servername://path/to/file", "r")

Um, what does this to? What protocol does it use?



More information about the Python-list mailing list