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

Method FTPClientWrapperSSH

src/FTPClientWrapperSSH.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35extern char * _HostsFile;
36
37FTPClientWrapperSSH::FTPClientWrapperSSH(const char * host, int port, const char * user, const char * password) :
38 FTPClientWrapper(Client_SSH, host, port, user, password),
39 m_useAgent(false),
40 m_acceptedMethods(SSH_AUTH_METHOD_PASSWORD)
41{
42 m_keyFile = SU::DupString(TEXT(""));
43 m_passphrase = SU::strdup("");
44}
45
46FTPClientWrapperSSH::~FTPClientWrapperSSH() {
47 SU::FreeTChar(m_keyFile);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected