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

Method IsConnected

src/FTPClientWrapper.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool FTPClientWrapper::IsConnected() {
74 return m_connected;
75}
76
77int FTPClientWrapper::Abort() {
78 m_aborting = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected