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

Method ReceiveFileStatus

UTCP/src/ftp_c.cpp:73–75  ·  view source on GitHub ↗

ReceiveFileStatus This virtual function is called during a ReceiveToFile function. Params bytesReceived - number of bytes received so far Return TRUE - allow the receive to continue FALSE - abort the receive ****************************************************/

Source from the content-addressed store, hash-verified

71 FALSE - abort the receive
72****************************************************/
73BOOL CUT_WSDataClient::ReceiveFileStatus(long bytesReceived){
74 return ptrFTPClient->ReceiveFileStatus(bytesReceived);
75}
76/***************************************************
77SendFileStatus
78 This virtual function is called during a

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected