ftp_genlist       112 ftp/ftp.c      static char**		ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path TSRMLS_DC);
ftp_genlist       648 ftp/ftp.c      	return ftp_genlist(ftp, "NLST", path TSRMLS_CC);
ftp_genlist       657 ftp/ftp.c      	return ftp_genlist(ftp, ((recursive) ? "LIST -R" : "LIST"), path TSRMLS_CC);