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 ****************************************************/
| 84 | FALSE - abort the send |
| 85 | ****************************************************/ |
| 86 | BOOL CUT_WSDataClient::SendFileStatus(long bytesSent){ |
| 87 | return ptrFTPClient->SendFileStatus(bytesSent); |
| 88 | } |
| 89 | |
| 90 | int CUT_WSDataClient::OnLoadCertificates(SSL_CTX * ctx) { |
| 91 | return ptrFTPClient->OnLoadCertificates(ctx); |
nothing calls this directly
no outgoing calls
no test coverage detected