.\" This manual page was generated from the file FtpNlst.html. .TH FtpNlst 3 "06 November 1997" FTPlib .SH NAME FtpNlst \- Performs a terse directory. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpNlst(const char *" output ", const char *" path ", " .RS .BI "netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "output" Specifies the name of a file to receive the directory listing. .TP .B "path" Specifies an argument to 'ls' on the remote system. .TP .B "nControl" A handle returned by FtpConnect(). .SH "DESCRIPTION" .LP Performs a short form directory listing of the specified path on the remote system. The results are written to the specified file. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.