diff --git a/docs/manual/OptionalTasks/ftp.html b/docs/manual/OptionalTasks/ftp.html index 5d582985e..6b0600e16 100644 --- a/docs/manual/OptionalTasks/ftp.html +++ b/docs/manual/OptionalTasks/ftp.html @@ -14,7 +14,10 @@ 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. +Get the latest version of this library, for the best support in Ant + +The ftp task attempts to determine what file system is in place on the FTP server.
Supported server types are Unix, NT, OS2, VMS, and OS400. In addition, NT and OS400 servers
which have been configured to display the directory in Unix style are also supported correctly.
@@ -31,11 +34,17 @@ This task does not currently use the proxy information set by the
<setproxy>
task, and cannot go through
a firewall via socks.
-Warning: there have been problems reported concerning the ftp get with newer attribute.
+Warning: there have been problems reported concerning the ftp get with the 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 language used by the ftp server in the directory listing.
If you encounter such a problem, please send an email including a sample directory listing
coming from your ftp server (ls -l on the ftp prompt).
+
+If you can connect but not upload or download, try setting the passive
+attribute to true to use the existing (open) channel, instead of having the server
+try to set up a new connection.
passive | -selects passive-mode ("yes") transfers. + | selects passive-mode ("yes") transfers, for + better through-firewall connectivity, at the price + of performance. Defaults to "no" | No |