From 91cc8f64c182a4893dc7e030ee08d8900a7af595 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Mon, 15 May 2006 03:54:58 +0000
Subject: [PATCH] Document sftp option
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@406522 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/OptionalTasks/scp.html | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
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.