From 317792cc495698874197898a1b53063eedf15d29 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Tue, 16 Dec 1997 22:07:33 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy.html | 7 +++++++ 1 file changed, 7 insertions(+) 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?

-- 2.47.2