Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 15334 invoked from network); 6 Feb 2004 15:20:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Feb 2004 15:20:07 -0000 Received: (qmail 44432 invoked by uid 500); 6 Feb 2004 15:19:54 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 44337 invoked by uid 500); 6 Feb 2004 15:19:53 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 44256 invoked by uid 500); 6 Feb 2004 15:19:53 -0000 Received: (qmail 44226 invoked from network); 6 Feb 2004 15:19:52 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 6 Feb 2004 15:19:52 -0000 Received: (qmail 15220 invoked by uid 1652); 6 Feb 2004 15:19:56 -0000 Date: 6 Feb 2004 15:19:56 -0000 Message-ID: <20040206151956.15219.qmail@minotaur.apache.org> From: antoine@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/OptionalTasks ftp.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N antoine 2004/02/06 07:19:56 Modified: docs/manual install.html docs/manual/OptionalTasks ftp.html Log: Add something about the support of MS FTP servers, using the CVS HEAD of commons-net and jakarta-oro Revision Changes Path 1.65 +7 -2 ant/docs/manual/install.html Index: install.html =================================================================== RCS file: /home/cvs/ant/docs/manual/install.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- install.html 23 Dec 2003 15:28:19 -0000 1.64 +++ install.html 6 Feb 2004 15:19:56 -0000 1.65 @@ -302,7 +302,9 @@ 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 @@ 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 1.20 +7 -0 ant/docs/manual/OptionalTasks/ftp.html Index: ftp.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ftp.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ftp.html 14 Aug 2003 21:01:43 -0000 1.19 +++ ftp.html 6 Feb 2004 15:19:56 -0000 1.20 @@ -28,6 +28,13 @@ <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. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org