>>> On Tue, Aug 7, 2007 at 10:31 PM, in message <[EMAIL PROTECTED]>, Andrew Kroeger <[EMAIL PROTECTED]> wrote: > Kevin Grittner wrote: >> The Netware server supports ssh, scp, and an rsync daemon. I don't see how >> the ssh implementation is helpful, though, since it just gets you to the >> Netware console -- you can't cat to a disk file through it, for example. > > scp & rsync can't really deal well with stdin. However, you can > accomplish something with ssh like the following (on Linux): > > cat source_file | ssh remote_host "cat >/path/to/file" > Right, that's what I was saying I couldn't see how to do with Netware, because the ssh just gets you to the Netware console. We have been using that technique a lot with Linux. I trust that error checking is covered by the ssh layer and the TCP layer on which it rides. -Kevin
---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match