Searched refs:ftp_genlist (Results 1 – 1 of 1) sorted by relevance
112 static char** ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path TSRMLS_DC);644 return ftp_genlist(ftp, "NLST", path TSRMLS_CC); in ftp_nlist()653 return ftp_genlist(ftp, ((recursive) ? "LIST -R" : "LIST"), path TSRMLS_CC); in ftp_list()1592 ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path TSRMLS_DC) in ftp_genlist() function
Completed in 6 milliseconds