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

Method SendFileStatus

UTCP/src/ut_clnt.cpp:2127–2129  ·  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

2125 FALSE - abort the send
2126****************************************************/
2127BOOL CUT_WSClient::SendFileStatus(long /* bytesSent */ ){
2128 return !IsAborted();
2129}
2130
2131/***************************************************
2132Initasync

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected