View | Details | Raw Unified | Return to bug 21254
Collapse All | Expand All

(-)chapter.sgml.new (-6 / +23 lines)
Lines 452-456 Link Here
452
	  you will also need a name server and possibly the address of a
452
	  you will also need a name server and possibly the address of a
453
	  gateway (if you are using PPP, it is your provider's IP address)
453
	  gateway (if you are using PPP, it is your provider's IP address)
454
	  to use in talking to it.  If you do not know the answers to all
454
	  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
455
	  or most of these questions, then you should really probably talk
455
	  or most of these questions, then you should really probably talk
456
	  to your system administrator or ISP <emphasis>before</emphasis> trying
456
	  to your system administrator or ISP <emphasis>before</emphasis> trying
Lines 508-513 Link Here
508
	  <screen><userinput>ftp://209.55.82.20/pub/FreeBSD/&rel.current;-RELEASE</userinput></screen>
508
	  <screen><userinput>ftp://209.55.82.20/pub/FreeBSD/&rel.current;-RELEASE</userinput></screen>
509
509
510
	  <para>There are two FTP installation modes you can choose from:
510
	  <para>There are three FTP installation modes you can choose from:
511
	    active or passive FTP.</para>
511
	    active or passive FTP or via an HTTP proxy.</para>
512
512
513
	  <variablelist>
513
	  <variablelist>
Lines 536-545 Link Here
536
	      </listitem>
536
	      </listitem>
537
	    </varlistentry>
537
	    </varlistentry>
538
539
	    <varlistentry>
540
	      <term>FTP via an HTTP proxy</term>
541
542
	      <listitem>
543
	        <para>This option instructs FreeBSD to use the HTTP
544
		  protocol (like a web browser) to connect to a proxy
545
		  for all FTP operations.  The proxy will translate
546
		  the requests and send them to the FTP server.
547
		  This allows the user to pass through firewalls
548
		  that do not allow FTP at all, but offer an HTTP
549
		  proxy.
550
		  In this case, you have to specify the proxy in
551
		  addition to the FTP server.</para>
552
	      </listitem>
553
	    </varlistentry>
538
	  </variablelist>
554
	  </variablelist>
539
555
540
	  <note>
556
	  <note>
541
	    <para>Active and passive modes are not the same as a
557
	    <para>There is another type of FTP proxy other than HTTP
542
	      <quote>proxy</quote> connection, where a proxy FTP server is
558
	      proxies.  This type is very uncommon, though.  If you
543
	      listening and forwarding FTP requests!</para>
559
	      are not absolutely certain, you can assume that you
560
	      have an HTTP proxy as described above.</para>
544
	  </note>
561
	  </note>

Return to bug 21254