| 363 | |
| 364 | |
| 365 | int FTPClientWrapperSSL::SetMode(CUT_FTPClient::FTPSMode mode) { |
| 366 | m_mode = mode; |
| 367 | m_client.setsMode(m_mode); |
| 368 | |
| 369 | return 0; |
| 370 | } |
| 371 | |
| 372 | int FTPClientWrapperSSL::SetConnectionMode(Connection_Mode cMode) { |
| 373 | switch(cMode) { |
no test coverage detected