| 411 | } |
| 412 | |
| 413 | int FTPClientWrapperSSL::SetListParams(const char * params) { |
| 414 | if (m_ftpListParams) |
| 415 | SU::free(m_ftpListParams); |
| 416 | m_ftpListParams = SU::strdup(params); |
| 417 | return 0; |
| 418 | } |
| 419 | |
| 420 | int FTPClientWrapperSSL::Quote(const char * quote) { |
| 421 | int retcode = m_client.Quote(quote); |
nothing calls this directly
no outgoing calls
no test coverage detected