|
Lines 26-40
Link Here
|
| 26 |
FTP Get the distribution files from an anonymous ftp server |
26 |
FTP Get the distribution files from an anonymous ftp server |
| 27 |
(you will be presented with a list). Please note that |
27 |
(you will be presented with a list). Please note that |
| 28 |
there are also two ways of invoking FTP in either |
28 |
there are also three ways of invoking FTP in either |
| 29 |
"Active" and "Passive" mode. |
29 |
"Active" and "Passive" mode or via an HTTP proxy. |
| 30 |
|
30 |
|
| 31 |
Active mode is the standard way of fetching files and |
31 |
Active mode is the standard way of fetching files and |
| 32 |
Passive mode is for use when you're behind a firewall or |
32 |
Passive mode is for use when you're behind a firewall or |
| 33 |
some other security mechanism that blocks active FTP |
33 |
some other security mechanism that blocks active FTP |
| 34 |
connections. If you chose "other" in the FTP menu, please |
34 |
connections. Using an HTTP proxy is sometimes necessary |
| 35 |
also note that all paths are *relative* to the home |
35 |
for firewalls which block all FTP connections. |
| 36 |
directory of the user being logged in as. By default, this |
36 |
|
| 37 |
is the user "ftp" (anonymous ftp) but you may change this |
37 |
If you chose "other" in the FTP menu, please also note |
| 38 |
in the Options screen. |
38 |
that all paths are *relative* to the home directory of |
|
|
39 |
the user being logged in as. By default, this is the |
| 40 |
user "ftp" (anonymous ftp) but you may change this in |
| 41 |
the Options screen. |