Re: Writing file out to another machine

2011-10-06 Thread Dave Angel
On 01/-10/-28163 02:59 PM, Dennis Lee Bieber wrote: On Wed, 05 Oct 2011 21:36:34 -0400, Terry Reedy declaimed the following in gmane.comp.python.general: On 10/5/2011 5:31 PM, Chris Angelico wrote: On Thu, Oct 6, 2011 at 8:22 AM, John Gordon wrote: I assume he intended "S:" to indicate a re

Re: Writing file out to another machine

2011-10-05 Thread Terry Reedy
On 10/5/2011 5:31 PM, Chris Angelico wrote: On Thu, Oct 6, 2011 at 8:22 AM, John Gordon wrote: I assume he intended "S:" to indicate a remote server. The most obvious understanding of it is a drive letter (ie Windows box). More exactly, a remote server filesystem 'mounted' (not sure of the

Re: Writing file out to another machine

2011-10-05 Thread Chris Angelico
On Thu, Oct 6, 2011 at 8:22 AM, John Gordon wrote: > I assume he intended "S:" to indicate a remote server. > The most obvious understanding of it is a drive letter (ie Windows box). But if not, more clarification is needed. ChrisA -- http://mail.python.org/mailman/listinfo/python-list

Re: Writing file out to another machine

2011-10-05 Thread John Gordon
In Terry Reedy 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

Re: Writing file out to another machine

2011-10-05 Thread Terry Reedy
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

Re: Writing file out to another machine

2011-10-05 Thread John Gordon
In <0d795922-d946-480d-8f41-95656e56f...@g23g2000vbz.googlegroups.com> RVince writes: > 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, s