Query: ftpnlst
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FtpNlst(3) Library Functions Manual FtpNlst(3)NAMEFtpNlst - Performs a terse directory.SYNOPSIS#include <ftplib.h> int FtpNlst(const char *output, const char *path, netbuf *nControl);PARAMETERSoutput Specifies the name of a file to receive the directory listing. path Specifies an argument to 'ls' on the remote system. nControl A handle returned by FtpConnect().DESCRIPTIONPerforms a short form directory listing of the specified path on the remote system. The results are written to the specified file.RETURN VALUEReturns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpNlst(3)