Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashkulz/NppFTP
/ SetProgressMonitor
Method
SetProgressMonitor
src/FTPClientWrapper.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
int FTPClientWrapper::SetProgressMonitor(ProgressMonitor * progmon) {
56
m_progmon = progmon;
57
return 0;
58
}
59
60
int FTPClientWrapper::SetCertificates(vX509 * x509Vect) {
61
m_certificates = x509Vect;
Callers
2
FTPQueue
Method · 0.45
Clone
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected