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

Method SendFile

UTCP/src/ftp_c.cpp:897–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895****************************************/
896#if defined _UNICODE
897int CUT_FTPClient::SendFile(LPCTSTR sourceFile,LPCWSTR destFile){
898 return SendFile(sourceFile, AC(destFile));}
899#endif
900int CUT_FTPClient::SendFile(LPCTSTR sourceFile,LPCSTR destFile){
901 CUT_FileDataSource ds(sourceFile);

Callers

nothing calls this directly

Calls 6

SSLSetReuseSessionMethod · 0.80
WaitForConnectMethod · 0.80
CloseConnectionMethod · 0.80
WaitForAcceptMethod · 0.80
AcceptConnectionMethod · 0.80
SendMethod · 0.45

Tested by

no test coverage detected