Skip to content

Commit

Permalink
add entry for bz-68773 and update the documentation of ftp task to no…
Browse files Browse the repository at this point in the history
…te the new useSecureDataChannel attribute
  • Loading branch information
jaikiran committed Aug 25, 2024
1 parent df5190a commit 0e17b3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WHATSNEW
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Other changes:
cases that will only be logged otherwise.
Github Pull Request #206

* <ftp> 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:
-----------

Expand Down
8 changes: 8 additions & 0 deletions manual/Tasks/ftp.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,14 @@ <h3>Parameters</h3>
<em>Since Ant 1.10.13</em></td>
<td>No</td>
</tr>
<tr>
<td>useSecureDataChannel</td>
<td>Whether to use a secure data channel when ftps is enabled. Boolean, which when
set to <var>true</var>, will execute a "PROT P" command to enable the secure data
channel. Defaults to <var>false</var> and the value is ignored when ftps is not enabled.<br/>
<em>Since Ant 1.10.15</em></td>
<td>No</td>
</tr>
</table>
<h3>Note about <var>remotedir</var> attribute</h3>
<table>
Expand Down

0 comments on commit 0e17b3a

Please sign in to comment.