MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ~CUT_FTPClient

Method ~CUT_FTPClient

UTCP/src/ftp_c.cpp:138–146  ·  view source on GitHub ↗

Destructor ****************************************/

Source from the content-addressed store, hash-verified

136Destructor
137****************************************/
138CUT_FTPClient::~CUT_FTPClient(){
139
140 // clear response list
141 m_listResponse.ClearList();
142
143 //destory any allocated memory
144 ClearDirInfo();
145 Close();
146}
147/***************************************
148FTPConnect
149 Connect to the given FTP site, the default

Callers

nothing calls this directly

Calls 1

ClearListMethod · 0.80

Tested by

no test coverage detected