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