Is there any way to send output of Linux to the local folder of windows?
E.g.:
oWShell.SendKeys ("ls /home/branch > output.txt")
oWShell.SendKeys("{ENTER}" )
here using cat output.txt
--> I can see the date in the terminal window
but I want import this data into my local folder which is in windows system.
local folder: C:\Test\Myoutput.txt