This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/1.9.x by this push:
     new ddb85a3  bz-63226 Doc change - mention that "list" operation honours 
"followsymlinks" attribute in ftp task
ddb85a3 is described below

commit ddb85a35b4306db786597399d0f9774bad350a09
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Wed Mar 6 15:46:03 2019 +0530

    bz-63226 Doc change - mention that "list" operation honours 
"followsymlinks" attribute in ftp task
---
 manual/Tasks/ftp.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/Tasks/ftp.html b/manual/Tasks/ftp.html
index 83c18e3..05cb3e3 100644
--- a/manual/Tasks/ftp.html
+++ b/manual/Tasks/ftp.html
@@ -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>

Reply via email to