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

Method ResumeReceiveFile

UTCP/src/ftp_c.cpp:436–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434****************************************/
435#if defined _UNICODE
436int CUT_FTPClient::ResumeReceiveFile(LPCWSTR sourceFile, LPCTSTR destFile){
437 return ResumeReceiveFile(AC(sourceFile), destFile);}
438#endif
439int CUT_FTPClient::ResumeReceiveFile(LPCSTR sourceFile, LPCTSTR destFile){
440 CUT_FileDataSource ds(destFile);

Callers

nothing calls this directly

Calls 9

SSLSetReuseSessionMethod · 0.80
WaitForConnectMethod · 0.80
CloseConnectionMethod · 0.80
WaitForAcceptMethod · 0.80
AcceptConnectionMethod · 0.80
ReceiveMethod · 0.80
OpenMethod · 0.45
SeekMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected