receive output - WeOnlyDo Discussion board

receive output (wodSSH / wodSSH.NET)

by Jasmine, Wednesday, November 12, 2014, 16:33 (3447 days ago) @ Ganesh Sankpal

Hi Ganesh.

You can find explanation here:

http://www.weonlydo.com/SSH/Help/wodSSH-Technical-and-distribution-information.html

you should make sure Version property returns version info without the word 'DEMO' inside. Also, make sure you use wodSSH.DLL, not wodSSH.OCX, since OCX doesn't have the LicenseKey property, and it's initialized by dropping wodSSH on the form.

So, if you use wodSSH.DLL (as COM object), then it's sufficient to do

Ssh1.LicenseKey = "your-license-key"

and that's all! What programming language are you using?

Kind regards.
Jasmine.


Complete thread: