Searched refs:ftp_request (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libfetch/ |
H A D | common.h | 167 FILE *ftp_request(struct url *, const char *,
|
H A D | ftp.c | 1101 ftp_request(struct url *url, const char *op, struct url_stat *us, in ftp_request() function 1162 return (ftp_request(url, "RETR", us, ftp_get_proxy(url, flags), flags)); in fetchXGetFTP() 1180 return (ftp_request(url, CHECK_FLAG('a') ? "APPE" : "STOR", NULL, in fetchPutFTP() 1192 f = ftp_request(url, "STAT", us, ftp_get_proxy(url, flags), flags); in fetchStatFTP()
|
H A D | http.c | 1642 return (ftp_request(url, "RETR", us, purl, flags)); in http_request_body() 1644 return (ftp_request(url, "STAT", us, purl, flags)); in http_request_body()
|