]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Sat, 10 Jul 2004 17:22:50 +0000 (17:22 +0000)
committerAndré Malo <nd@apache.org>
Sat, 10 Jul 2004 17:22:50 +0000 (17:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104225 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy_ftp.html.en

index dce561a08bbcb9cc78ee4ec183547c288e5e78b9..eb0ec38783d2c0c5d4010faf15de4669e467b4bf 100644 (file)
       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
index 470ac98abf486ef54b7ccf0838182e9b2604e011..d6733741e3bb8383ab5658db65166ef69dca6f3b 100644 (file)
@@ -31,7 +31,8 @@
 <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>