Function silc_sftp_readdir
SYNOPSIS
void silc_sftp_readdir(SilcSFTP sftp,
SilcSFTPHandle handle,
SilcSFTPNameCallback callback,
void *context);
DESCRIPTION
Reads the contents of the directory indicated by the `handle' and
calls the `callback' to return the read file(s) from the directory.