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

Method Cwd

src/FTPClientWrapperSSL.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222int FTPClientWrapperSSL::Cwd(const char * path) {
223 int retcode = m_client.ChDir(path);
224
225 return OnReturn((retcode == UTE_SUCCESS)?0:-1);
226}
227
228int FTPClientWrapperSSL::Pwd(char* buf, size_t size) {
229 int retcode = m_client.GetCurDir(buf, size);

Callers 1

GetRootObjectMethod · 0.45

Calls 1

ChDirMethod · 0.80

Tested by

no test coverage detected