SSH Client connection (wodSSHTunnel)
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:
- SSH Client connection - Mariana Cimpoca, 2016-12-13, 08:12
- SSH Client connection - Jasmine, 2016-12-13, 10:22
- SSH Client connection - Mariana Cimpoca, 2016-12-15, 10:20
- SSH Client connection - Jasmine, 2016-12-15, 10:43
- SSH Client connection - Mariana Cimpoca, 2016-12-15, 14:36
- SSH Client connection - Jasmine, 2016-12-15, 14:38
- SSH Client connection - Mariana Cimpoca, 2016-12-15, 15:24
- SSH Client connection - Jasmine, 2016-12-15, 21:12
- SSH Client connection - Mariana Cimpoca, 2016-12-22, 16:07
- SSH Client connection - Jasmine, 2016-12-22, 16:15
- SSH Client connection - Mariana Cimpoca, 2016-12-22, 16:07
- SSH Client connection - Jasmine, 2016-12-15, 21:12
- SSH Client connection - Mariana Cimpoca, 2016-12-15, 15:24
- SSH Client connection - Jasmine, 2016-12-15, 14:38
- SSH Client connection - Mariana Cimpoca, 2016-12-15, 14:36
- SSH Client connection - Jasmine, 2016-12-15, 10:43
- SSH Client connection - Mariana Cimpoca, 2016-12-15, 10:20
- SSH Client connection - Jasmine, 2016-12-13, 10:22