ftpnlst(3) debian man page | unix.com

Man Page: ftpnlst

Operating Environment: debian

Section: 3

FtpNlst(3)						     Library Functions Manual							FtpNlst(3)

NAME
FtpNlst - Performs a terse directory.
SYNOPSIS
#include <ftplib.h> int FtpNlst(const char *output, const char *path, netbuf *nControl);
PARAMETERS
output 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().
DESCRIPTION
Performs a short form directory listing of the specified path on the remote system. The results are written to the specified file.
RETURN VALUE
Returns 1 if successful or 0 on error. FTPlib 06 November 1997 FtpNlst(3)
Related Man Pages
chdir(2) - opensolaris
fchdir(2) - opensolaris
libssh2_sftp_mkdir_ex(3) - centos
chdir(2) - ultrix
rmdir(2) - osf1
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?