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

Method DeleteFile

src/FTPClientWrapperSSH.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359int FTPClientWrapperSSH::DeleteFile(const char * path) {
360 int retcode = sftp_unlink(m_sftpsession, path);
361
362 return (retcode == 0)?0:-1;
363}
364
365bool FTPClientWrapperSSH::IsConnected() {
366 if (!m_connected)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected