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

Method FTPClientWrapperSSL

src/FTPClientWrapperSSL.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include <algorithm>
25
26FTPClientWrapperSSL::FTPClientWrapperSSL(const char * host, int port, const char * user, const char * password) :
27 FTPClientWrapper(Client_SSL, host, port, user, password),
28 m_mode(CUT_FTPClient::FTP),
29 m_ftpListParams(NULL)
30{
31 m_client.setsMode(m_mode);
32}
33
34FTPClientWrapperSSL::~FTPClientWrapperSSL()
35{

Callers

nothing calls this directly

Calls 1

setsModeMethod · 0.80

Tested by

no test coverage detected