wodSSH & Executing & Delphi (General questions)
Hi All
How to write Delphi code for execution the following command: cd/temp (wodSSH)
Thx in advance
HamsterJack
Re: wodSSH & Executing & Delphi
Hamsterjack,
since I don't see what you expect as result of that command, why don't you use do wodSSh1.Send( cd /tmp#10 ).
My Delphi knowledge is limited - if I'm correct, #10 is actually LineFeed chr(10), right?
Re: wodSSH & Executing & Delphi
Thx a lot - it works
HamsterJack