]> git.saurik.com Git - apt.git/blame - doc/ftp.conf.5
Dselect support
[apt.git] / doc / ftp.conf.5
CommitLineData
578bfd0a
AL
1.\" This manpage is copyright (C) 1998 Branden Robinson <branden@debian.org>\r
2.\" and Manoj Srivastava <srivasta@datasync.com>.\r
3.\" \r
4.\" This is free software; you may redistribute it and/or modify\r
5.\" it under the terms of the GNU General Public License as\r
6.\" published by the Free Software Foundation; either version 2,\r
7.\" or (at your option) any later version.\r
8.\"\r
9.\" This is distributed in the hope that it will be useful, but\r
10.\" WITHOUT ANY WARRANTY; without even the implied warranty of\r
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
12.\" GNU General Public License for more details.\r
13.\"\r
14.\" You should have received a copy of the GNU General Public\r
15.\" License along with APT; if not, write to the Free Software\r
16.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA \r
17.\" 02111-1307 USA\r
18.TH ftp.conf 5 "16 June 1998" "Debian GNU/Linux"\r
19.SH NAME\r
20ftp.conf \- configuration file for APT FTP method\r
21.SH DESCRIPTION\r
22The ftp.conf file determines the behavior of the FTP method for the APT\r
23packaging tool. The syntax of the file is\r
24.IR variable = value .\r
25Quotes are not required around\r
26.IR value s.\r
27Comments start with a '#' and end at the next newline. Blank lines are \r
28ignored. The following\r
29.I variables\r
30are understood: \r
31.IP Firewall\r
32is the hostname of a machine which acts as an FTP firewall. This can be \r
33overridden by an environment variable \r
34.IR FTP_FIREWALL .\r
35If specified, and the given hostname cannot be directly contacted, a connection\r
36is made to the firewall machine and the string\r
37.B @hostname\r
38is appended to the login identifier. This type of setup is also known as an\r
39FTP proxy.\r
40.IP ProxyLogName\r
41is a parameter used by some firewall FTP proxies. It is used to authorize\r
42the user specified by\r
43.I ProxyLogName\r
44to send data beyond the\r
45.I Firewall\r
46machine.\r
47.IP ProxyPassword\r
48is the password used to authenticate\r
49.I ProxyLogName\r
50on the\r
51.I Firewall\r
52machine.\r
53.IP TimeOut\r
54sets a timeout value in seconds (the default is sixty seconds).\r
55.IP Passive\r
56is either\r
57.B true\r
58or\r
59.BR false .\r
60If true, then all data transfers will be done using passive mode. This is\r
61required for some dumb FTP servers and firewall configurations. It can\r
62also be overridden by the environment variable\r
63.IR FTP_PASSIVE .\r
64.IP Verbose\r
65is either\r
66.B true\r
67or\r
68.B false,\r
69and makes the FTP method output more data than it normally does.\r
70.IP Debug\r
71is either\r
72.B true\r
73or\r
74.B false,\r
75and makes the FTP method output debugging information. This variable is \r
76not currently implemented. \r
77.IP MaxReTry\r
78sets the number of times a connection is re-tried before giving up (the\r
79default is twice).\r
80.SH SEE ALSO\r
81.BR apt (8),\r
82.BR apt-get (8)\r
83.SH BUGS\r
84See <http://www.debian.org/Bugs/db/pa/lapt.html>. If you wish to report a\r
85bug in\r
86.BR apt-get ,\r
87please see\r
88.I /usr/doc/debian/bug-reporting.txt\r
89or the\r
90.BR bug (1)\r
91command.\r
92.SH AUTHOR\r
93APT was written by the APT team <apt@packages.debian.org>.\r