MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / setUseCompression

Method setUseCompression

extensions/sftp/client/SFTPClient.cpp:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250bool SFTPClient::setUseCompression(bool use_compression) {
251 return libssh2_session_flag(ssh_session_, LIBSSH2_FLAG_COMPRESS, 1) == 0;
252}
253
254bool SFTPClient::connect() {
255 if (connected_) {

Callers 1

getOrCreateConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected