From 975abbe8bca0990dc08c0c1b9e6cb640bd2119e6 Mon Sep 17 00:00:00 2001
From: Antoine Levy-Lambert
Date: Fri, 6 Feb 2004 15:19:56 +0000
Subject: [PATCH] Add something about the support of MS FTP servers, using the
CVS HEAD of commons-net and jakarta-oro
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276051 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/OptionalTasks/ftp.html | 7 +++++++
docs/manual/install.html | 9 +++++++--
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/docs/manual/OptionalTasks/ftp.html b/docs/manual/OptionalTasks/ftp.html
index 29e5abc95..5513d6094 100644
--- a/docs/manual/OptionalTasks/ftp.html
+++ b/docs/manual/OptionalTasks/ftp.html
@@ -28,6 +28,13 @@ 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 a build of commons-net and of
+jakarta-oro coming from the CVS HEAD of these two projects.
+It is expected that the commons-net 1.2.0 release will fix these issues.
+
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 3c69cba4d..548cdb686 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -302,7 +302,9 @@ Installing Ant / Optional Tasks section above.
| jakarta-oro-2.0.7.jar |
- regexp type with mappers and the perforce tasks |
+ regexp type with mappers and the perforce tasks
+ For the use of the FTP task together with MS FTP servers,
+ you need a fresh build of jakarta-oro coming from CVS HEAD |
http://jakarta.apache.org/oro/ |
@@ -399,7 +401,10 @@ Installing Ant / Optional Tasks section above.
| commons-net.jar |
- ftp, rexec and telnet tasks |
+ ftp, rexec and telnet tasks
+ In order to interact successfully with a MS FTP server, you need a build of commons-net coming from the commons-net CVS Head.
+ You will also need a build of jakarta-oro coming from the CVS HEAD.
+ |
http://jakarta.apache.org/commons/net/index.html |