diff --git a/docs/manual/OptionalTasks/scp.html b/docs/manual/OptionalTasks/scp.html index 2de478b49..343dc31da 100644 --- a/docs/manual/OptionalTasks/scp.html +++ b/docs/manual/OptionalTasks/scp.html @@ -150,6 +150,14 @@ for more information. This task has been tested with jsch-0.1.2 and later.

progress of a file transfer. since Ant 1.6.2 No; defaults to false. + + sftp + 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. since Ant 1.7 + No; defaults to false. +

Parameters specified as nested elements

@@ -236,7 +244,7 @@ preserving copy function, use <exec executable="scp" ... > instead.

-

Copyright © 2003-2005 The Apache Software Foundation. +


Copyright © 2003-2006 The Apache Software Foundation. All rights Reserved.