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

Method ReceiveFileStatus

src/FTPClientWrapperSSL.cpp:527–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527BOOL FtpSSLWrapper::ReceiveFileStatus(long bytesReceived) {
528 BOOL res = CUT_FTPClient::ReceiveFileStatus(bytesReceived);
529 if (res == FALSE)
530 return res;
531
532 if (m_progmon)
533 m_progmon->OnDataReceived(bytesReceived, m_currentTotal);
534
535 return res;
536}
537
538BOOL FtpSSLWrapper::SendFileStatus(long bytesSent) {
539 BOOL res = CUT_FTPClient::SendFileStatus(bytesSent);

Callers

nothing calls this directly

Calls 1

OnDataReceivedMethod · 0.80

Tested by

no test coverage detected