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

Method OnInit

Plugins/FileTransfer/BackendFileTransfer.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123CBackend::OnInitReturnValue CBackendFileTransfer::OnInit()
124{
125 OnInitReturnValue nRet = OnInitReturnValue::Fail;
126 if(m_pPara->GetProtocol() == CParameterFileTransfer::Protocol::SFTP)
127 nRet = InitSFTP();
128 return nRet;
129}
130
131int CBackendFileTransfer::OnClean()
132{

Callers

nothing calls this directly

Calls 1

GetProtocolMethod · 0.80

Tested by

no test coverage detected