FtpNlst
Performs a terse directory.
- Provided by: ftplib-dev (Version: 3.1-1-9build1)
- Source: ftplib
- Report a bug
Performs a terse directory.
#include <ftplib.h>
int FtpNlst(const char *output, const char *path,
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.