From 519d7ff690a72c321a19ea99480254d970878890 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Thu, 14 Aug 2003 15:32:36 +0000 Subject: [PATCH] changed the info concerning followsymlinks git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275092 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/ftp.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/manual/OptionalTasks/ftp.html b/docs/manual/OptionalTasks/ftp.html index fe8e24cd7..91dcab04f 100644 --- a/docs/manual/OptionalTasks/ftp.html +++ b/docs/manual/OptionalTasks/ftp.html @@ -243,8 +243,11 @@ patterns of the fileset
href="../CoreTypes/fileset.html"><fileset> elements to specify the files to be retrieved, or deleted, or listed, or whose mode you want to change.

-followsymlinks defaults to false for remote filesets. -Remote filesets are used for all actions except put. +The attribute followsymlinks of fileset is fully supported on +local (put) as well as remote (get, chmod, delete) 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.

Remote filesets do not support selectors.