Browse Source

bz-63226 Doc change - mention that "list" operation honours "followsymlinks" attribute in ftp task

master
Jaikiran Pai 6 years ago
parent
commit
ddb85a35b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manual/Tasks/ftp.html

+ 1
- 1
manual/Tasks/ftp.html View File

@@ -484,7 +484,7 @@ href="../Types/fileset.html"><code>&lt;fileset&gt;</code></a> elements to specif
the files to be retrieved, or deleted, or listed, or whose mode you want to change.</p>
<p>
The attribute <code>followsymlinks</code> of <code>fileset</code> is supported on
local (put) as well as remote (get, chmod, delete) filesets.
local (put) as well as remote (get, chmod, delete, list) filesets.
<em>Before ant 1.6 there was no support of symbolic links in remote filesets.
In order to exclude symbolic links (preserve the behavior of ant 1.5.x and older),
you need to explicitly set <code>followsymlinks</code> to <code>false</code>.</em>


Loading…
Cancel
Save