antoine 2004/02/06 07:24:41 Modified: docs/manual Tag: ANT_16_BRANCH install.html docs/manual/OptionalTasks Tag: ANT_16_BRANCH ftp.html Log: Merge of the blurb about support of MS FTP servers Revision Changes Path No revision No revision 1.59.2.7 +8 -3 ant/docs/manual/install.html Index: install.html =================================================================== RCS file: /home/cvs/ant/docs/manual/install.html,v retrieving revision 1.59.2.6 retrieving revision 1.59.2.7 diff -u -r1.59.2.6 -r1.59.2.7 --- install.html 23 Dec 2003 15:28:51 -0000 1.59.2.6 +++ install.html 6 Feb 2004 15:24:41 -0000 1.59.2.7 @@ -303,7 +303,9 @@ </tr> <tr> <td>jakarta-oro-2.0.7.jar</td> - <td>regexp type with mappers and the perforce tasks</td> + <td>regexp type with mappers and the perforce tasks<br> + For the use of the FTP task together with MS FTP servers, + you need a fresh build of jakarta-oro coming from CVS HEAD</td> <td><a href="http://jakarta.apache.org/oro/" target="_top">http://jakarta.apache.org/oro/</a></td> </tr> <tr> @@ -400,7 +402,10 @@ </tr> <tr> <td>commons-net.jar</td> - <td>ftp, rexec and telnet tasks</td> + <td>ftp, rexec and telnet tasks<br> + In order to interact successfully with a MS FTP server, you need a build of commons-net coming from the commons-net CVS Head.<br> + You will also need a build of jakarta-oro coming from the CVS HEAD.<br> + </td> <td><a href="http://jakarta.apache.org/commons/net/index.html" target="_top">http://jakarta.apache.org/commons/net/index.html</a></td> </tr> @@ -469,7 +474,7 @@ </table> <br> <hr> -<p align="center">Copyright © 2000-2003 Apache Software Foundation. All rights +<p align="center">Copyright © 2000-2004 Apache Software Foundation. All rights Reserved.</p> </body> No revision No revision 1.19.2.2 +8 -1 ant/docs/manual/OptionalTasks/ftp.html Index: ftp.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ftp.html,v retrieving revision 1.19.2.1 retrieving revision 1.19.2.2 diff -u -r1.19.2.1 -r1.19.2.2 --- ftp.html 9 Oct 2003 21:01:11 -0000 1.19.2.1 +++ ftp.html 6 Feb 2004 15:24:41 -0000 1.19.2.2 @@ -29,6 +29,13 @@ <a href="setproxy.html"><setproxy></a> task, and cannot go through a firewall via socks. <p> +<b>Use of the FTP task with Microsoft FTP servers +</b> +<p> +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. +</p> <b>Warning: </b> 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. @@ -445,7 +452,7 @@ <code><fileset></code> pattern, like <code>"somedir/**"</code>. </p> <hr> -<p align="center">Copyright © 2000-2003 Apache Software Foundation. All rights +<p align="center">Copyright © 2000-2004 Apache Software Foundation. All rights Reserved.</p> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]