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

Method Protocol

Plugins/FileTransfer/OperateFileTransfer.cpp:198–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198const QString COperateFileTransfer::Protocol() const
199{
200 switch(m_Parameter.GetProtocol()) {
201 case CParameterFileTransfer::Protocol::FTP:
202 return "FTP";
203 case CParameterFileTransfer::Protocol::SFTP:
204 return "SFTP";
205 }
206 return QString();
207}
208
209const QString COperateFileTransfer::Id()
210{

Callers

nothing calls this directly

Calls 1

GetProtocolMethod · 0.80

Tested by

no test coverage detected