diff --git a/WHATSNEW b/WHATSNEW
index 872c2c75e..0e1e84ffe 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -128,6 +128,9 @@ Fixed bugs:
Other changes:
--------------
+* doc fix concerning the dependencies of the ftp task
+ Bugzilla Report 29334.
+
*
Note: This task depends on external libraries not included in the Ant distribution. See Library Dependencies for more information.
-The ftp task makes no attempt to determine what file system syntax is -required by the remote server, and defaults to Unix standards. +
The ftp task attempts to determine what file system is in place on the FTP server. +Supported server types are Unix, NT, OS2, VMS, and OS400. In addition, NT and OS400 servers +which have been configured to display the directory in Unix style are also supported correctly. +Otherwise, the system will default to Unix standards. remotedir must be specified in the exact syntax required by the ftp server. If the usual Unix conventions are not supported by the server, separator can be used to set the file separator that should be used diff --git a/docs/manual/install.html b/docs/manual/install.html index 1f80829b2..3607c27d5 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -403,7 +403,7 @@ you need jakarta-oro 2.0.1 or later, and commons-net<