From owner-freebsd-doc Wed Sep 13 13:20: 7 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B10037B42C for ; Wed, 13 Sep 2000 13:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA53293; Wed, 13 Sep 2000 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id DB01B37B42C for ; Wed, 13 Sep 2000 13:19:53 -0700 (PDT) Received: from nce2.hadiko.de (hadince2.hadiko.uni-karlsruhe.de [172.20.32.2]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.02 #2) id 13ZJ0a-00037d-00; Wed, 13 Sep 2000 22:19:52 +0200 Received: from i609.hadiko.de (hadii609.hadiko.uni-karlsruhe.de [172.20.44.159]) by nce2.hadiko.de (8.9.3/8.9.3) with ESMTP id WAA20686 for ; Wed, 13 Sep 2000 22:19:52 +0200 (MET DST) Received: (from p@localhost) by i609.hadiko.de (8.11.0/8.11.0) id e8DKJjQ01339; Wed, 13 Sep 2000 22:19:45 +0200 (CEST) (envelope-from p) Message-Id: <200009132019.e8DKJjQ01339@i609.hadiko.de> Date: Wed, 13 Sep 2000 22:19:45 +0200 (CEST) From: Philipp Mergenthaler Reply-To: un1i@rz.uni-karlsruhe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/21254: [PATCH] In install/chapter.sgml, explain FTP'ing via HTTP proxy Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 before trying @@ -508,6 +508,6 @@ ftp://209.55.82.20/pub/FreeBSD/&rel.current;-RELEASE - There are two FTP installation modes you can choose from: - active or passive FTP. + There are three FTP installation modes you can choose from: + active or passive FTP or via an HTTP proxy. @@ -536,10 +536,27 @@ + + + FTP via an HTTP proxy + + + 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. + + - Active and passive modes are not the same as a - proxy connection, where a proxy FTP server is - listening and forwarding FTP requests! + 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. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message