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 2ad069ea7..68c8a0020 100644 --- a/tdeioslave/sftp/tdeio_sftp.h +++ b/tdeioslave/sftp/tdeio_sftp.h @@ -158,6 +158,9 @@ private: // private methods /** A small helper function to construct auth info skeleton for the protocol */ TDEIO::AuthInfo authInfo(); + /** A helper function encapsulating creation of an ssh connection before authentication */ + int initializeConnection(); + void reportError(const KURL &url, const int err); bool createUDSEntry(const TQString &filename, const TQByteArray &path, |