Searched refs:ftp_request (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/lib/libfetch/ |
| H A D | common.h | 169 FILE *ftp_request(struct url *, const char *,
|
| H A D | ftp.c | 1103 ftp_request(struct url *url, const char *op, struct url_stat *us, in ftp_request() function 1164 return (ftp_request(url, "RETR", us, ftp_get_proxy(url, flags), flags)); in fetchXGetFTP() 1182 return (ftp_request(url, CHECK_FLAG('a') ? "APPE" : "STOR", NULL, in fetchPutFTP() 1194 f = ftp_request(url, "STAT", us, ftp_get_proxy(url, flags), flags); in fetchStatFTP()
|
| H A D | http.c | 1646 return (ftp_request(url, "RETR", us, purl, flags)); in http_request_body() 1648 return (ftp_request(url, "STAT", us, purl, flags)); in http_request_body()
|