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

Method Rename

src/FTPClientWrapperSSH.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202int FTPClientWrapperSSH::Rename(const char * from, const char * to) {
203 int retcode = sftp_rename(m_sftpsession, from, to);
204
205 return OnReturn((retcode == 0)?0:-1);
206}
207
208int FTPClientWrapperSSH::ChmodFile(const char * path, const char * mode) {
209

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected