MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetKeyFile

Method SetKeyFile

src/FTPClientWrapperSSH.cpp:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381int FTPClientWrapperSSH::SetKeyFile(const TCHAR * keyFile) {
382 SU::FreeTChar(m_keyFile);
383 m_keyFile = SU::DupString(keyFile);
384 return 0;
385}
386
387int FTPClientWrapperSSH::SetPassphrase(const char * passphrase) {
388 SU::free(m_passphrase);

Callers 1

CloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected