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

Method SetPortRange

src/FTPClientWrapperSSL.cpp:407–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407int FTPClientWrapperSSL::SetPortRange(int min, int max) {
408 m_client.SetDataPortRange(min, max);
409
410 return 0;
411}
412
413int FTPClientWrapperSSL::SetListParams(const char * params) {
414 if (m_ftpListParams)

Callers 1

CreateWrapperMethod · 0.80

Calls 1

SetDataPortRangeMethod · 0.45

Tested by

no test coverage detected