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

Method ReceiveFile

UTCP/src/ftp_c.cpp:301–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299****************************************/
300#if defined _UNICODE
301int CUT_FTPClient::ReceiveFile(LPCWSTR sourceFile, LPCTSTR destFile){
302 return ReceiveFile(AC(sourceFile), destFile);}
303#endif
304int CUT_FTPClient::ReceiveFile(LPCSTR sourceFile, LPCTSTR destFile){
305 CUT_FileDataSource ds(destFile);

Callers

nothing calls this directly

Calls 6

SSLSetReuseSessionMethod · 0.80
WaitForConnectMethod · 0.80
CloseConnectionMethod · 0.80
WaitForAcceptMethod · 0.80
AcceptConnectionMethod · 0.80
ReceiveMethod · 0.80

Tested by

no test coverage detected