diff options
Diffstat (limited to 'tdeioslave/sftp/tdeio_sftp.h')
-rw-r--r-- | tdeioslave/sftp/tdeio_sftp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tdeioslave/sftp/tdeio_sftp.h b/tdeioslave/sftp/tdeio_sftp.h index 747294782..6a33dc8a0 100644 --- a/tdeioslave/sftp/tdeio_sftp.h +++ b/tdeioslave/sftp/tdeio_sftp.h @@ -176,6 +176,9 @@ private: // private methods /** @returns username used by libssh during the connection */ TQString sshUsername(); + /** Adds ssh error (if any) to the given message string */ + TQString sshError(TQString errMsg=TQString()); + /** A small helper function to construct auth info skeleton for the protocol */ TDEIO::AuthInfo authInfo(); |