From: Martin Kraemer Date: Tue, 16 Dec 1997 22:07:33 +0000 (+0000) Subject: The mod_proxy module proxy_ftp.c has an undocumented 'feature': X-Git-Tag: APACHE_1_3b5~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317792cc495698874197898a1b53063eedf15d29;p=thirdparty%2Fapache%2Fhttpd.git The mod_proxy module proxy_ftp.c has an undocumented 'feature': when the URL is suffixed by ';type=a', then an ASCII transfer is enforced. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79712 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 46cf83a55f7..43e7dff8e0c 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -528,6 +528,13 @@ file. A useful line can be

application/octet-stream bin dms lha lzh exe class tgz taz +

How can I force an FTP ASCII download of File xxx?

+ +In the rare situation where you must download a specific file using the FTP +ASCII transfer method (while the default transfer is in +binary mode), you can override mod_proxy's default by +suffixing the request with ;type=a to force an ASCII transfer.

+

Why does Apache start more slowly when using the proxy module?