@brief Open a directory used to obtain directory entries.
@param session The sftp session handle to open the directory. @param path The path of the directory to open.
@return A sftp directory handle or NULL on error with ssh and sftp error set.
@see sftp_readdir @see sftp_closedir
See Implementation
@brief Open a directory used to obtain directory entries.
@param session The sftp session handle to open the directory. @param path The path of the directory to open.
@return A sftp directory handle or NULL on error with ssh and sftp error set.
@see sftp_readdir @see sftp_closedir