Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2000 22:19:45 +0200 (CEST)
From:      Philipp Mergenthaler <p@i609.hadiko.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/21254: [PATCH] In install/chapter.sgml, explain FTP'ing via HTTP proxy
Message-ID:  <200009132019.e8DKJjQ01339@i609.hadiko.de>

next in thread | raw e-mail | index | archive | help

>Number:         21254
>Category:       docs
>Synopsis:       [PATCH] In install/chapter.sgml, explain FTP'ing via HTTP proxy
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 13 13:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Philipp Mergenthaler
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
University of Karlsruhe
>Environment:

	$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.58 2000/09/10 10:20:16 alex Exp $


>Description:

	The handbook only describes FTP proxies, whereas most proxies
	nowadays are HTTP proxies.

>How-To-Repeat:

	

>Fix:

I'm not a native speaker -- feel free to improve the wording :-).

--- chapter.sgml	Wed Sep 13 21:39:55 2000
+++ chapter.sgml.new	Wed Sep 13 22:16:08 2000
@@ -452,5 +452,5 @@
 	  you will also need a name server and possibly the address of a
 	  gateway (if you are using PPP, it is your provider's IP address)
-	  to use in talking to it.  If you do not know the answers to all
+	  to use in talking to it.  If you want to install by FTP via an HTTP proxy (see below), you will also need the proxy's address.  If you do not know the answers to all
 	  or most of these questions, then you should really probably talk
 	  to your system administrator or ISP <emphasis>before</emphasis> trying
@@ -508,6 +508,6 @@
 	  <screen><userinput>ftp://209.55.82.20/pub/FreeBSD/&rel.current;-RELEASE</userinput></screen>;
 
-	  <para>There are two FTP installation modes you can choose from:
-	    active or passive FTP.</para>
+	  <para>There are three FTP installation modes you can choose from:
+	    active or passive FTP or via an HTTP proxy.</para>
 
 	  <variablelist>
@@ -536,10 +536,27 @@
 	      </listitem>
 	    </varlistentry>
+
+	    <varlistentry>
+	      <term>FTP via an HTTP proxy</term>
+
+	      <listitem>
+	        <para>This option instructs FreeBSD to use the HTTP
+		  protocol (like a web browser) to connect to a proxy
+		  for all FTP operations.  The proxy will translate
+		  the requests and send them to the FTP server.
+		  This allows the user to pass through firewalls
+		  that do not allow FTP at all, but offer an HTTP
+		  proxy.
+		  In this case, you have to specify the proxy in
+		  addition to the FTP server.</para>
+	      </listitem>
+	    </varlistentry>
 	  </variablelist>
 
 	  <note>
-	    <para>Active and passive modes are not the same as a
-	      <quote>proxy</quote> connection, where a proxy FTP server is
-	      listening and forwarding FTP requests!</para>
+	    <para>There is another type of FTP proxy other than HTTP
+	      proxies.  This type is very uncommon, though.  If you
+	      are not absolutely certain, you can assume that you
+	      have an HTTP proxy as described above.</para>
 	  </note>
 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009132019.e8DKJjQ01339>