Retrieves a terse directory listing.
#include <ftplib.h> int FtpNlst(const char *output, const char *path, netbuf *nControl);
Performs a short form directory listing of the specified path on the remote system. The results are written to the specified file.
Returns 1 if successful or 0 on error.