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

Method SetKeyFile

src/FTPProfile.cpp:412–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412int FTPProfile::SetKeyFile(const TCHAR * keyFile) {
413 SU::FreeTChar(m_keyFile);
414 m_keyFile = SU::DupString(keyFile);
415 return 0;
416}
417
418const char* FTPProfile::GetPassphrase() const {
419 return m_passphrase;

Callers 2

CreateWrapperMethod · 0.45
OnCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected