diff options
Diffstat (limited to 'manual/Tasks/scp.html')
-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> |