This is an automated email from the ASF dual-hosted git repository. jkf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
commit 4ea4918b7097a4d222f122a98d906607e5b07e21 Author: jkf <[email protected]> AuthorDate: Fri Jul 12 17:00:44 2019 +0200 Add Ftp ant task wakeUpTransferInterval documentation also updated --- manual/Tasks/ftp.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manual/Tasks/ftp.html b/manual/Tasks/ftp.html index dad5ad9..758bf83 100644 --- a/manual/Tasks/ftp.html +++ b/manual/Tasks/ftp.html @@ -226,6 +226,13 @@ connection.</p> <td>No</td> </tr> <tr> + <td>wakeUpTransferInterval</td> + <td>Only use if proved to be necessary, interval in seconds on which a LIST command is triggered + trigger a data connection (to avoid timeouts by the ftp server on no data connection). + <em>since Ant 1.10.7</em></td> + <td>No</td> + </tr> + <tr> <td colspan="3" class="left"> <p><strong>The following attributes require <a href="https://commons.apache.org/net/download_net.cgi"
