10 Apr
2011
10 Apr
'11
3:35 a.m.
Secondly
If possible, is there a way to direct the output of this transfer to "stdin" so that it can go directly into another program?
Yes, you use ssh for this (not scp). Here's how:
Yes OK - but I want it to go the stdin of the program running on the remote box. This is the box that is fetching the data/file. That means scp needs to send its file data to STDOUT (which would then be piped into the next program) Ken