MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetListParams

Method SetListParams

src/FTPClientWrapperSSL.cpp:413–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413int 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
420int FTPClientWrapperSSL::Quote(const char * quote) {
421 int retcode = m_client.Quote(quote);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected