summaryrefslogtreecommitdiff
path: root/manual/Tasks
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2016-05-22 17:52:41 +0200
committerStefan Bodewig <bodewig@apache.org>2016-05-22 17:56:12 +0200
commit3fe363e2120342f6de2b219c3bd74efe9aea2803 (patch)
tree7e5181e21f1abeedcdde3ef52bdcd5cea4c32db5 /manual/Tasks
parentde5b4058b9bb039cdb17082fc543098de598ece2 (diff)
downloadant-bug_47552_scp_compression.tar.gz
add compression support to <scp>bug_47552_scp_compression
https://bz.apache.org/bugzilla/show_bug.cgi?id=47552 Patch-by: Matthew Yanos
Diffstat (limited to 'manual/Tasks')
-rw-r--r--manual/Tasks/scp.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/Tasks/scp.html b/manual/Tasks/scp.html
index 909084ef6..47a3cee8c 100644
--- a/manual/Tasks/scp.html
+++ b/manual/Tasks/scp.html
@@ -217,6 +217,12 @@ for more information. This task has been tested with jsch-0.1.2 and later.</p>
<em>since Ant 1.9.7</em></td>
<td align="center" valign="top">No, defaults to 3</td>
</tr>
+ <tr>
+ <td valign="top">compressed</td>
+ <td valign="top">Whether to enable compression during transfer.
+ <em>since Ant 1.9.8</em></td>
+ <td align="center" valign="top">No, defaults to false</td>
+ </tr>
</table>
<h3>Parameters specified as nested elements</h3>