ftplib_nlst

Performs a terse directory.

SYNOPSIS

#include <ftplib.h>
int ftplib_nlst(const char *output, const char *path, netbuf *nbp);

PARAMETERS

output
Specifies the name of a file to receive the directory listing.
path
Specifies an argument to 'ls' on the remote system.
nbp
A handle returned by ftplib_connect().

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.

$Id: ftplib_nlst.html,v 1.1 2002/12/02 03:12:52 te Exp $