configuration file. A useful line can be</p>
<div class="example"><pre>application/octet-stream bin dms lha lzh exe class tgz taz</pre></div>
+ <p>Alternatively you may prefer to default everything to binary:</p>
+ <div class="example"><pre>DefaultType application/octet-stream</pre></div>
<h3><a name="type" id="type">How can I force an FTP ASCII download of
however.)</p>
+ <h3><a name="ftpnonget" id="ftpnonget">How can I do FTP upload?</a></h3>
+ <p>Currently, only GET is supported for FTP in mod_proxy. You can
+ of course use HTTP upload (POST or PUT) through an Apache proxy.</p>
+
+
<h3><a name="percent2fhck" id="percent2fhck">How can I access FTP files outside
of my home directory?</a></h3>
<p>An FTP URI is interpreted relative to the home directory of the user
<h3>Summary</h3>
<p>This module <em>requires</em> the service of <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code>. It provides support for the proxying
- FTP sites.</p>
+ FTP sites. Note that FTP support is currently limited to
+ the GET method.</p>
<p>Thus, in order to get the ability of handling FTP proxy requests,
<code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> and <code class="module"><a href="../mod/mod_proxy_ftp.html">mod_proxy_ftp</a></code>