MCPcopy 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
497int FtpSSLWrapper::SetCurrentTotal(long total) {
498 m_currentTotal = total;
499 return 0;
500}
501
502int FtpSSLWrapper::SetCertificates(vX509 * x509Vect) {
503 m_certificates = x509Vect;

Callers 2

SendFileMethod · 0.80
ReceiveFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected