From 7d8da007737ca1f562a4520c6c23093b72f30de5 Mon Sep 17 00:00:00 2001
From: Steve Loughran
Date: Thu, 31 Oct 2002 07:29:31 +0000
Subject: [PATCH] comments about setproxy where relevant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273474 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/get.html | 4 ++++
docs/manual/OptionalTasks/ftp.html | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/docs/manual/CoreTasks/get.html b/docs/manual/CoreTasks/get.html
index ad22900c0..f536e1a70 100644
--- a/docs/manual/CoreTasks/get.html
+++ b/docs/manual/CoreTasks/get.html
@@ -29,6 +29,10 @@ NB: This timestamp facility only works on downloads using the HTTP protocol.
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.
+
+If you need to go through a firewall, use
+<setproxy>
+to set up the proxy first.
Parameters
diff --git a/docs/manual/OptionalTasks/ftp.html b/docs/manual/OptionalTasks/ftp.html
index 7935921b3..3476ee551 100644
--- a/docs/manual/OptionalTasks/ftp.html
+++ b/docs/manual/OptionalTasks/ftp.html
@@ -24,6 +24,10 @@ instead.
tasks, on how the inclusion/exclusion of files works, and how to
write patterns.
+This task does not currently use the proxy information set by the
+<setproxy> task, and cannot go through
+a firewall via socks.
+
Warning: 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