SSH Client connection - WeOnlyDo Discussion board

SSH Client connection (wodSSHTunnel)

by Mariana Cimpoca, Timisoara, Thursday, December 15, 2016, 14:36 (2682 days ago) @ Jasmine

Hello,

This code should create a file (with the key), because the file is not created ?
Even if I create one, still does not save anything in it.
Also, there is no exception related to the use of these methods.
try
{
oKey.Generate((long) RSAkey, sbitCount);
oKey.Save((long) RSAkey, (LPCTSTR)fNameClient, vmyPassword);
}
catch(CException* pe){
AfxMessageBox(_T("Error"));
pe->ReportError();
}

Thank you,
Mariana


Complete thread: