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