Searched refs:dirlisting (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ftp.c994 int dirlisting = 0; local
1061 if ( ! (dirlisting = (apr_tolower(type_suffix[5]) == 'd')))
1707 * Also, don't allow to RETR by wildcard. Instead, create a dirlisting,
1711 dirlisting = 1;
1752 dirlisting = 1;
1788 if (dirlisting) {
1895 dirlisting = 1;
1957 if (dirlisting) {
1991 if (dirlisting && r->content_encoding != NULL)
2058 if (dirlisting) {
[all...]

Completed in 1282 milliseconds