[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Automatic datatransfer software.



On 12:01 05 Sep 2003, SUNIL K PANIGRAHI <ch01ph14 uohyd ernet in> wrote:
| I have a small problem with data transfering from a remote system. Let me
| explain it in details. I have a process running in a remote system through 
| ssh mode. The moment i am submitting a job in a remote machine then it
| is saving the out put there at that system. So is there any software or
| trick there so that the moment the out put is generated then that can be
| directed to my login machine.

Depends. If it's output come to stdout, then instead of this:

	ssh remote-machine 'command > outputfile'

which leaves "outputfile" on the remote machine you could do this:

	ssh remote-machine 'command' > outputfile

which leaves "outputfile" on the local machine.
-- 
Cameron Simpson <cs zip com au> DoD#743
http://www.cskk.ezoshosting.com/cs/

Bolts get me through times of no courage better than courage gets me
through times of no bolts!
        - Eric Hirst <eric u washington edu>




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]