wodSSH & Executing & Delphi (General questions)

by hamsterjack @, (7089 days ago)

Hi All

How to write Delphi code for execution the following command: cd/temp (wodSSH)

Thx in advance

HamsterJack

locked

Re: wodSSH & Executing & Delphi

by Jasmine, (7089 days ago) @ hamsterjack

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?

locked

Re: wodSSH & Executing & Delphi

by hamsterjack @, (7089 days ago) @ Jasmine

Thx a lot - it works


HamsterJack

locked