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

Method ChmodFile

src/FTPClientWrapperSSL.cpp:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int FTPClientWrapperSSL::ChmodFile(const char * path, const char * mode) {
245 int retcode = m_client.ChmodFile(path, mode);
246
247 return OnReturn((retcode == UTE_SUCCESS)?0:-1);
248}
249
250int FTPClientWrapperSSL::MkDir(const char * path) {
251 int retcode = m_client.MkDir(path);

Callers 1

PerformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected