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

Method MkFile

src/FTPClientWrapperSSL.cpp:262–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262int FTPClientWrapperSSL::MkFile(const char * path) {
263 MemoryDataSource mdata(NULL, 0, false);
264
265 int retcode = m_client.SendFile(mdata, path);
266
267 return OnReturn((retcode == UTE_SUCCESS)?0:-1);
268}
269
270int FTPClientWrapperSSL::SendFile(const TCHAR * localfile, const char * ftpfile) {
271

Callers

nothing calls this directly

Calls 1

SendFileMethod · 0.45

Tested by

no test coverage detected