Writing file out to another machine

Terry Reedy tjreedy at udel.edu
Wed Oct 5 16:11:18 EDT 2011


On 10/5/2011 10:34 AM, RVince wrote:
> I have a project whereby I need it to write out a file to a different
> server (that the originating server has write access to). So, say I
> need to write out from myserver1, where my app is running, onto, say
> S:/IT/tmp how can I specify/do this? Thanks, RVince

open('S:/IT/tmp','w')  ??

-- 
Terry Jan Reedy




More information about the Python-list mailing list