stevel 2002/10/30 23:29:31
Modified: docs/manual/OptionalTasks ftp.html
docs/manual/CoreTasks get.html
Log:
comments about setproxy where relevant
Revision Changes Path
1.15 +4 -0 jakarta-ant/docs/manual/OptionalTasks/ftp.html
Index: ftp.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/ftp.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ftp.html 23 Sep 2002 16:01:43 -0000 1.14
+++ ftp.html 31 Oct 2002 07:29:31 -0000 1.15
@@ -24,6 +24,10 @@
tasks</a>, on how the inclusion/exclusion of files works, and how to
write patterns.</p>
<p>
+This task does not currently use the proxy information set by the
+<a href="setproxy.html"><setproxy></a> task, and cannot go through
+a firewall via socks.
+<p>
<b>Warning: </b> for the get and delete actions to work properly
with a Windows 2000 ftp server, it needs to be configured to generate
Unix style listings, and not the default MS-DOS listing. Or someone needs to
write
1.10 +4 -0 jakarta-ant/docs/manual/CoreTasks/get.html
Index: get.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/get.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- get.html 4 Sep 2002 11:05:16 -0000 1.9
+++ get.html 31 Oct 2002 07:29:31 -0000 1.10
@@ -29,6 +29,10 @@
A username and password can be specified, in which case basic 'slightly
encoded
plain text' authentication is used. This is only a secure authentication
mechanism over an HTTPS link.
+<p>
+If you need to go through a firewall, use
+<a href="../OptionalTasks/setproxy.html"><setproxy></a>
+to set up the proxy first.
</p>
<h3>Parameters</h3>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>