void silc_sftp_opendir(SilcSFTP sftp, const char *path, SilcSFTPHandleCallback callback, void *context);
Opens a directory indicated by the `path'. The `callback' is called to return the opened file handle.