From 231e15c24e8fc748aef8011f97fc9830d994f5cf Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 17 Feb 2004 07:59:36 +0000 Subject: [PATCH] Fix information concerning library requirements for ftp task. jakarta-oro 2.0.1 or greater commons-net 1.2.0 or greater when using MS FTP servers git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276099 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/ftp.html | 9 +-------- docs/manual/install.html | 11 +++++------ 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/docs/manual/OptionalTasks/ftp.html b/docs/manual/OptionalTasks/ftp.html index 397891c51..ed4a8ac21 100644 --- a/docs/manual/OptionalTasks/ftp.html +++ b/docs/manual/OptionalTasks/ftp.html @@ -13,7 +13,7 @@ list, delete files, and create directories. See below for descriptions and examples of how to perform each task.

Note: This task depends on external libraries not included in the Ant distribution. -See Library Dependencies for more information.

+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. remotedir must be specified in the exact syntax required by the ftp @@ -28,13 +28,6 @@ This task does not currently use the proxy information set by the <setproxy> task, and cannot go through a firewall via socks.

-Use of the FTP task with Microsoft FTP servers - -

-To use the FTP task with Microsoft FTP servers, -you need CVS HEAD of commons-net and jakarta-oro after 2004-02-01 -or a release of commons-net after 1.1.0 and jakarta-oro after 2.0.8. -

Warning: there have been problems reported concerning the ftp get with newer attribute. Problems might be due to format of ls -l differing from what is expected by commons-net, for instance due to specificities of langage used by the ftp server in the directory listing. diff --git a/docs/manual/install.html b/docs/manual/install.html index b21369cd2..1f80829b2 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -303,9 +303,8 @@ Installing Ant / Optional Tasks section above.

jakarta-oro-2.0.7.jar regexp type with mappers and the perforce tasks
- For the use of the FTP task together with MS FTP servers, - you need CVS HEAD of commons-net and jakarta-oro after 2004-02-01 -or a release of commons-net after 1.1.0 and jakarta-oro after 2.0.8 + To use the FTP task, +you need jakarta-oro 2.0.1 or later, and commons-net http://jakarta.apache.org/oro/ @@ -401,10 +400,10 @@ or a release of commons-net after 1.1.0 and jakarta-oro after 2.0.8 target="_top">http://jakarta.apache.org/log4j/docs/index.html - commons-net.jar + commons-net.jar ftp, rexec and telnet tasks
- In order to interact successfully with a MS FTP server, you need CVS HEAD of commons-net and jakarta-oro after 2004-02-01 -or a release of commons-net after 1.1.0 and jakarta-oro after 2.0.8.
+ jakarta-oro 2.0.1 or later is required in any case together with commons-net.
+ For a use with a Microsoft FTP server, a minimum version of commons-net of 1.2.0 or CVS HEAD from February 2004 or later is required.
http://jakarta.apache.org/commons/net/index.html