diff --git a/WHATSNEW b/WHATSNEW index 44818c9584..91ed182404 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -22,6 +22,11 @@ Other changes: cases that will only be logged otherwise. Github Pull Request #206 + * task now has a new "useSecureDataChannel" attribute which + can be set to true, when ftps is enabled, to enable secure data + channel. + Bugzilla Report 68773 + Fixed bugs: ----------- diff --git a/manual/Tasks/ftp.html b/manual/Tasks/ftp.html index 29dff2cd3b..ae9639f957 100644 --- a/manual/Tasks/ftp.html +++ b/manual/Tasks/ftp.html @@ -353,6 +353,14 @@

Parameters

Since Ant 1.10.13 No + + useSecureDataChannel + Whether to use a secure data channel when ftps is enabled. Boolean, which when + set to true, will execute a "PROT P" command to enable the secure data + channel. Defaults to false and the value is ignored when ftps is not enabled.
+ Since Ant 1.10.15 + No +

Note about remotedir attribute