diff options
author | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
commit | 5464a1ae693bf0fa7a850df511ffcfc99903e71e (patch) | |
tree | 82e233a59c25cd1b3268c651ac2c3bed058b8fee /docs/manual/mod/mod_proxy_ftp.html.en | |
parent | Copy the "Note about /" note from the Location (diff) | |
download | apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.tar.xz apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.zip |
Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy_ftp.html.en')
-rw-r--r-- | docs/manual/mod/mod_proxy_ftp.html.en | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/manual/mod/mod_proxy_ftp.html.en b/docs/manual/mod/mod_proxy_ftp.html.en index 9b29c007f3..1a99bff6fc 100644 --- a/docs/manual/mod/mod_proxy_ftp.html.en +++ b/docs/manual/mod/mod_proxy_ftp.html.en @@ -76,7 +76,7 @@ <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="mimetypes" id="mimetypes">Why doesn't file type <var>xxx</var> - download via FTP?</a><a title="Permanent link" href="#mimetypes" class="permalink">¶</a></h2> + download via FTP?</a> <a title="Permanent link" href="#mimetypes" class="permalink">¶</a></h2> <p>You probably don't have that particular file type defined as <code>application/octet-stream</code> in your proxy's mime.types configuration file. A useful line can be:</p> @@ -89,7 +89,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="type" id="type">How can I force an FTP ASCII download of - file <var>xxx</var>?</a><a title="Permanent link" href="#type" class="permalink">¶</a></h2> + file <var>xxx</var>?</a> <a title="Permanent link" href="#type" class="permalink">¶</a></h2> <p>In the rare situation where you must download a specific file using the FTP <code>ASCII</code> transfer method (while the default transfer is in <code>binary</code> mode), you can override <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>'s @@ -98,13 +98,13 @@ however.)</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="ftpnonget" id="ftpnonget">How can I do FTP upload?</a><a title="Permanent link" href="#ftpnonget" class="permalink">¶</a></h2> +<h2><a name="ftpnonget" id="ftpnonget">How can I do FTP upload?</a> <a title="Permanent link" href="#ftpnonget" class="permalink">¶</a></h2> <p>Currently, only GET is supported for FTP in <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>. You can of course use HTTP upload (POST or PUT) through an Apache proxy.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="percent2fhck" id="percent2fhck">How can I access FTP files outside - of my home directory?</a><a title="Permanent link" href="#percent2fhck" class="permalink">¶</a></h2> + of my home directory?</a> <a title="Permanent link" href="#percent2fhck" class="permalink">¶</a></h2> <p>An FTP URI is interpreted relative to the home directory of the user who is logging in. Alas, to reach higher directory levels you cannot use /../, as the dots are interpreted by the browser and not actually @@ -122,7 +122,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="ftppass" id="ftppass">How can I hide the FTP cleartext password - in my browser's URL line?</a><a title="Permanent link" href="#ftppass" class="permalink">¶</a></h2> + in my browser's URL line?</a> <a title="Permanent link" href="#ftppass" class="permalink">¶</a></h2> <p>To log in to an FTP server by username and password, Apache uses different strategies. In absence of a user name and password in the URL altogether, Apache sends an anonymous login to the FTP server, @@ -169,7 +169,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> <h2><a name="wildcard" id="wildcard">Why do I get a file listing when I expected - a file to be downloaded?</a><a title="Permanent link" href="#wildcard" class="permalink">¶</a></h2> + a file to be downloaded?</a> <a title="Permanent link" href="#wildcard" class="permalink">¶</a></h2> <p>In order to allow both browsing the directories on an FTP server and downloading files, Apache looks at the request URL. If it looks like a directory, or contains wildcard characters ("*?[{~"), then it @@ -179,7 +179,7 @@ </p> </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="directive-section"><h2><a name="ProxyFtpDirCharset" id="ProxyFtpDirCharset">ProxyFtpDirCharset</a> <a name="proxyftpdircharset" id="proxyftpdircharset">Directive</a><a title="Permanent link" href="#proxyftpdircharset" class="permalink">¶</a></h2> +<div class="directive-section"><h2><a name="ProxyFtpDirCharset" id="ProxyFtpDirCharset">ProxyFtpDirCharset</a> <a name="proxyftpdircharset" id="proxyftpdircharset">Directive</a> <a title="Permanent link" href="#proxyftpdircharset" class="permalink">¶</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Define the character set for proxied FTP listings</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyFtpDirCharset <var>character_set</var></code></td></tr> @@ -195,7 +195,7 @@ </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="directive-section"><h2><a name="ProxyFtpEscapeWildcards" id="ProxyFtpEscapeWildcards">ProxyFtpEscapeWildcards</a> <a name="proxyftpescapewildcards" id="proxyftpescapewildcards">Directive</a><a title="Permanent link" href="#proxyftpescapewildcards" class="permalink">¶</a></h2> +<div class="directive-section"><h2><a name="ProxyFtpEscapeWildcards" id="ProxyFtpEscapeWildcards">ProxyFtpEscapeWildcards</a> <a name="proxyftpescapewildcards" id="proxyftpescapewildcards">Directive</a> <a title="Permanent link" href="#proxyftpescapewildcards" class="permalink">¶</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Whether wildcards in requested filenames are escaped when sent to the FTP server</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyFtpEscapeWildcards on|off</code></td></tr> @@ -217,7 +217,7 @@ </div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> -<div class="directive-section"><h2><a name="ProxyFtpListOnWildcard" id="ProxyFtpListOnWildcard">ProxyFtpListOnWildcard</a> <a name="proxyftplistonwildcard" id="proxyftplistonwildcard">Directive</a><a title="Permanent link" href="#proxyftplistonwildcard" class="permalink">¶</a></h2> +<div class="directive-section"><h2><a name="ProxyFtpListOnWildcard" id="ProxyFtpListOnWildcard">ProxyFtpListOnWildcard</a> <a name="proxyftplistonwildcard" id="proxyftplistonwildcard">Directive</a> <a title="Permanent link" href="#proxyftplistonwildcard" class="permalink">¶</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Whether wildcards in requested filenames trigger a file listing</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProxyFtpListOnWildcard on|off</code></td></tr> |