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

Method Quote

src/FTPClientWrapperSSL.cpp:420–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420int FTPClientWrapperSSL::Quote(const char * quote) {
421 int retcode = m_client.Quote(quote);
422
423 return (retcode == UTE_SUCCESS)?0:-1;
424}
425
426FILETIME FTPClientWrapperSSL::ConvertFiletime(int day, int month, int year, int hour, int minute) {
427 FILETIME ft;

Callers 1

PerformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected