> -----Original Message----- > From: The IBM z/VM Operating System > [mailto:[EMAIL PROTECTED] On Behalf Of Adam Thornton > Sent: Thursday, February 01, 2007 2:58 PM > To: [email protected] > Subject: Re: Open SSH on VM > > > On Feb 1, 2007, at 2:44 PM, Richard Troth wrote: > > SCP uses SSH under the covers. > > In fact, isn't it basically a screen-scraper? > > Adam >
Screen scraper? I don't know if I would call it that. But you can do the same thing via: cat file | ssh [EMAIL PROTECTED] 'cat >~/file' instead of scp file [EMAIL PROTECTED]: So I guess that you could consider it a "screen scraper" in that it redirects stdin and stdout appropriately. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it.
