Browse Source

Add Ftp ant task wakeUpTransferInterval documentation also updated

master
jkf 5 years ago
parent
commit
4ea4918b70
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      manual/Tasks/ftp.html

+ 7
- 0
manual/Tasks/ftp.html View File

@@ -225,6 +225,13 @@ connection.</p>
A value of 0 means an infinite timeout.<em>since Ant 1.10.7</em></td>
<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


Loading…
Cancel
Save