ftp_genlist 112 ext/ftp/ftp.c static char** ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path); ftp_genlist 686 ext/ftp/ftp.c return ftp_genlist(ftp, "NLST", path); ftp_genlist 695 ext/ftp/ftp.c return ftp_genlist(ftp, ((recursive) ? "LIST -R" : "LIST"), path);