Author: bodewig
Date: Sun May 14 20:54:58 2006
New Revision: 406522

URL: http://svn.apache.org/viewcvs?rev=406522&view=rev
Log:
Document sftp option

Modified:
    ant/core/trunk/docs/manual/OptionalTasks/scp.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/scp.html
URL: 
http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/OptionalTasks/scp.html?rev=406522&r1=406521&r2=406522&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/scp.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/scp.html Sun May 14 20:54:58 2006
@@ -150,6 +150,14 @@
     progress of a file transfer.  <em>since Ant 1.6.2</em></td>
     <td valign="top" align="center">No; defaults to false.</td>
   </tr>
+  <tr>
+    <td valign="top">sftp</td>
+    <td valign="top">Determines whether SCP uses the sftp protocol.
+    The sftp protocol is the file transfer protocol of SSH2.  It is
+    recommended that this be set to true if you are copying to/from a
+    server that doesn't support scp1. <em>since Ant 1.7</em></td>
+    <td valign="top" align="center">No; defaults to false.</td>
+  </tr>
 </table>
 <h3>Parameters specified as nested elements</h3>
 
@@ -236,7 +244,7 @@
 instead.
 </p>
 
-<hr><p align="center">Copyright &copy; 2003-2005 The Apache Software 
Foundation.
+<hr><p align="center">Copyright &copy; 2003-2006 The Apache Software 
Foundation.
 All rights Reserved.</p>
 
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to