Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ SetCurrentTotal
Method
SetCurrentTotal
src/FTPClientWrapperSSL.cpp:497–500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
495
}
496
497
int FtpSSLWrapper::SetCurrentTotal(long total) {
498
m_currentTotal = total;
499
return 0;
500
}
501
502
int FtpSSLWrapper::SetCertificates(vX509 * x509Vect) {
503
m_certificates = x509Vect;
Callers
2
SendFile
Method · 0.80
ReceiveFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected