Writing file out to another machine

John Gordon gordon at panix.com
Wed Oct 5 17:22:37 EDT 2011


In <mailman.1758.1317845707.27778.python-list at python.org> Terry Reedy <tjreedy at udel.edu> writes:

> 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')  ??

I assume he intended "S:" to indicate a remote server.

-- 
John Gordon                   A is for Amy, who fell down the stairs
gordon at panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"




More information about the Python-list mailing list