receive output (wodSSH / wodSSH.NET)
Hi,
I am using C++, but I didn't find any property ".LicenseKey" as such though I am using wodssh.dll.
Below is the code snippet;
IwodSSHComPtr wodssh;
hres = wodssh.CreateInstance(CLSID_wodSSHCom, NULL);
wodssh->put_Blocking (VARIANT_TRUE);
wodssh->put_Hostname (bstrSite);
wodssh->put_Login (bstrUser);
wodssh->put_Password (bstrPswd);
wodssh->put_Port(22);
wodssh->put_Protocol(SSHAuto);
wodssh->put_Timeout(300);
but I am not getting wodssh->LicenseKey property to set license key.
Can you please help me out.
Regards,
Ganesh Sankpal