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

Method SendFileStatus

src/FTPClientWrapperSSL.cpp:538–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538BOOL FtpSSLWrapper::SendFileStatus(long bytesSent) {
539 BOOL res = CUT_FTPClient::SendFileStatus(bytesSent);
540 if (res == FALSE)
541 return res;
542
543 if (m_progmon)
544 m_progmon->OnDataSent(bytesSent, m_currentTotal);
545
546 return res;
547}
548
549BOOL FtpSSLWrapper::IsAborted() {
550 return m_isAborted;

Callers

nothing calls this directly

Calls 1

OnDataSentMethod · 0.80

Tested by

no test coverage detected