From ddb85a35b4306db786597399d0f9774bad350a09 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Wed, 6 Mar 2019 15:46:03 +0530 Subject: [PATCH 1/2] 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 83c18e311..05cb3e3f9 100644 --- a/manual/Tasks/ftp.html +++ b/manual/Tasks/ftp.html @@ -484,7 +484,7 @@ href="../Types/fileset.html"><fileset> elements to specif the files to be retrieved, or deleted, or listed, or whose mode you want to change.

The attribute followsymlinks of fileset is supported on -local (put) as well as remote (get, chmod, delete) filesets. +local (put) as well as remote (get, chmod, delete, list) filesets. 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 followsymlinks to false. From f9b44f68f567316205eeaf1be4cd65d574526311 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Wed, 6 Mar 2019 16:50:07 +0530 Subject: [PATCH 2/2] Update WHATSNEW for 63226 --- WHATSNEW | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index cadeec016..68a6a5b69 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -50,6 +50,11 @@ Other changes: the library behind the sshexec and scp Ant tasks. Github Pull Request #84 + * ftp task manual has been updated to mention that the remote listing of + files honours the followsymlinks attribute. + Bugzilla Report 63226 + + Changes from Ant 1.9.12 TO Ant 1.9.13 =====================================