diff options
author | Stefan Bodewig <bodewig@apache.org> | 2016-05-22 17:52:41 +0200 |
---|---|---|
committer | Stefan Bodewig <bodewig@apache.org> | 2016-05-22 17:56:12 +0200 |
commit | 3fe363e2120342f6de2b219c3bd74efe9aea2803 (patch) | |
tree | 7e5181e21f1abeedcdde3ef52bdcd5cea4c32db5 /manual | |
parent | de5b4058b9bb039cdb17082fc543098de598ece2 (diff) | |
download | ant-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')
-rw-r--r-- | manual/Tasks/scp.html | 6 |
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> |