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

Method setVerbose

extensions/sftp/client/SFTPClient.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172bool SFTPClient::setVerbose() {
173 return curl_easy_setopt(easy_, CURLOPT_VERBOSE, 1L) == CURLE_OK;
174}
175
176bool SFTPClient::setHostKeyFile(const std::string& host_key_file_path, bool strict_host_checking) {
177 if (ssh_known_hosts_ != nullptr) {

Callers 2

initialize_clientMethod · 0.45

Calls

no outgoing calls

Tested by 1

initialize_clientMethod · 0.36