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

Method LastSFTPError

extensions/sftp/client/SFTPClient.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101constexpr size_t SFTPClient::MAX_BUFFER_SIZE;
102
103LastSFTPError::LastSFTPError()
104 : sftp_error_set_(false)
105 , libssh2_sftp_error_(LIBSSH2_FX_OK)
106 , sftp_error_(SFTPError::Ok) {
107}
108
109LastSFTPError& LastSFTPError::setLibssh2Error(unsigned long libssh2_sftp_error) {
110 sftp_error_set_ = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected