| 142 | } |
| 143 | |
| 144 | int 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 | |
| 154 | int CBackendFileTransfer::SetConnect(COperateFileTransfer *pOperate) |
| 155 | { |