Home
last modified time | relevance | path

Searched refs:ftp_genlist (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/ftp/
H A Dftp.c112 static char** ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path);
689 return ftp_genlist(ftp, "NLST", path); in ftp_nlist()
698 return ftp_genlist(ftp, ((recursive) ? "LIST -R" : "LIST"), path); in ftp_list()
1790 ftp_genlist(ftpbuf_t *ftp, const char *cmd, const char *path) in ftp_genlist() function

Completed in 6 milliseconds