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

Method SendFileStatus

UTCP/src/ftp_c.cpp:86–88  ·  view source on GitHub ↗

SendFileStatus This virtual function is called during a SendFile function. Params bytesSent - number of bytes sent so far Return TRUE - allow the send to continue FALSE - abort the send ****************************************************/

Source from the content-addressed store, hash-verified

84 FALSE - abort the send
85****************************************************/
86BOOL CUT_WSDataClient::SendFileStatus(long bytesSent){
87 return ptrFTPClient->SendFileStatus(bytesSent);
88}
89
90int CUT_WSDataClient::OnLoadCertificates(SSL_CTX * ctx) {
91 return ptrFTPClient->OnLoadCertificates(ctx);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected