ForceType application/octet-stream
@@ -66,7 +67,7 @@ ForceType application/octet-stream
How can I force an FTP ASCII download of
- File xxx?
+ 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
@@ -76,7 +77,7 @@ ForceType application/octet-stream
How can I do FTP upload?
- Currently, only GET is supported for FTP in mod_proxy. You can
+
Currently, only GET is supported for FTP in mod_proxy. You can
of course use HTTP upload (POST or PUT) through an Apache proxy.
@@ -108,7 +109,7 @@ ForceType application/octet-stream
user: anonymous
- password: apache_proxy@
+ password: apache-proxy@
This works for all popular FTP servers which are configured for
@@ -153,15 +154,15 @@ ForceType application/octet-stream
a directory, or contains wildcard characters ("*?[{~"), then it
guesses that a listing is wanted instead of a download.
You can disable the special handling of names with wildcard characters.
- See the ProxyFtpListOnWildcard directive.
+ See the ProxyFtpListOnWildcard directive.
ProxyFtpListOnWildcard
Whether wildcards in requested filenames trigger a file listing
-ProxyFtpListOnWildcard [on|off]
-on
+ProxyFtpListOnWildcard on|off
+ProxyFtpListOnWildcard on
server configvirtual host
directory
Available in Apache 2.3.3 and later
@@ -171,7 +172,8 @@ ForceType application/octet-stream
controls whether wildcard characters ("*?[{~") in requested
filenames cause mod_proxy_ftp to return a listing
of files instead of downloading a file. By default (value on),
- they do. Set to "off" to allow downloading files even if they
+ they do.
+ Set to "off" to allow downloading files even if they
have wildcard characters in their names.
@@ -179,8 +181,8 @@ ForceType application/octet-stream
ProxyFtpEscapeWildcards
Whether wildcards in requested filenames are escaped when sent to the FTP server
-ProxyFtpEscapeWildcards [on|off]
-on
+ProxyFtpEscapeWildcards on|off
+ProxyFtpEscapeWildcards on
server configvirtual host
directory
Available in Apache 2.3.3 and later
@@ -191,7 +193,7 @@ ForceType application/octet-stream
filenames are escaped with backslash before sending them to the
FTP server. That is the default behavior, but many FTP servers
don't know about the escaping and try to serve the literal filenames
- they were sent, including the backslashes in the names.
+ they were sent, including the backslashes in the names.
Set to "off" to allow downloading files with wildcards
in their names from FTP servers that don't understand wildcard
escaping.
@@ -201,7 +203,7 @@ ForceType application/octet-stream
ProxyFtpDirCharset
Define the character set for proxied FTP listings
-ProxyFtpDirCharset character set
+ProxyFtpDirCharset character_set
ProxyFtpDirCharset ISO-8859-1
server configvirtual host
directory