MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / OnProcess

Method OnProcess

Plugins/FileTransfer/BackendFileTransfer.cpp:144–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144int CBackendFileTransfer::OnProcess()
145{
146 int nRet = 0;
147#if HAVE_LIBSSH
148 if(m_pSFTP)
149 nRet = m_pSFTP->Process();
150#endif
151 return nRet;
152}
153
154int CBackendFileTransfer::SetConnect(COperateFileTransfer *pOperate)
155{

Callers

nothing calls this directly

Calls 1

ProcessMethod · 0.45

Tested by

no test coverage detected