-.\" This manpage is copyright (C) 1998 Branden Robinson <branden@debian.org>\r
-.\" and Manoj Srivastava <srivasta@datasync.com>.\r
-.\" \r
-.\" This is free software; you may redistribute it and/or modify\r
-.\" it under the terms of the GNU General Public License as\r
-.\" published by the Free Software Foundation; either version 2,\r
-.\" or (at your option) any later version.\r
-.\"\r
-.\" This is distributed in the hope that it will be useful, but\r
-.\" WITHOUT ANY WARRANTY; without even the implied warranty of\r
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
-.\" GNU General Public License for more details.\r
-.\"\r
-.\" You should have received a copy of the GNU General Public\r
-.\" License along with APT; if not, write to the Free Software\r
-.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA \r
-.\" 02111-1307 USA\r
-.TH ftp.conf 5 "16 June 1998" "Debian GNU/Linux"\r
-.SH NAME\r
-ftp.conf \- configuration file for APT FTP method\r
-.SH DESCRIPTION\r
-The ftp.conf file determines the behavior of the FTP method for the APT\r
-packaging tool. The syntax of the file is\r
-.IR variable = value .\r
-Quotes are not required around\r
-.IR value s.\r
-Comments start with a '#' and end at the next newline. Blank lines are \r
-ignored. The following\r
-.I variables\r
-are understood: \r
-.IP Firewall\r
-is the hostname of a machine which acts as an FTP firewall. This can be \r
-overridden by an environment variable \r
-.IR FTP_FIREWALL .\r
-If specified, and the given hostname cannot be directly contacted, a connection\r
-is made to the firewall machine and the string\r
-.B @hostname\r
-is appended to the login identifier. This type of setup is also known as an\r
-FTP proxy.\r
-.IP ProxyLogName\r
-is a parameter used by some firewall FTP proxies. It is used to authorize\r
-the user specified by\r
-.I ProxyLogName\r
-to send data beyond the\r
-.I Firewall\r
-machine.\r
-.IP ProxyPassword\r
-is the password used to authenticate\r
-.I ProxyLogName\r
-on the\r
-.I Firewall\r
-machine.\r
-.IP TimeOut\r
-sets a timeout value in seconds (the default is sixty seconds).\r
-.IP Passive\r
-is either\r
-.B true\r
-or\r
-.BR false .\r
-If true, then all data transfers will be done using passive mode. This is\r
-required for some dumb FTP servers and firewall configurations. It can\r
-also be overridden by the environment variable\r
-.IR FTP_PASSIVE .\r
-.IP Verbose\r
-is either\r
-.B true\r
-or\r
-.B false,\r
-and makes the FTP method output more data than it normally does.\r
-.IP Debug\r
-is either\r
-.B true\r
-or\r
-.B false,\r
-and makes the FTP method output debugging information. This variable is \r
-not currently implemented. \r
-.IP MaxReTry\r
-sets the number of times a connection is re-tried before giving up (the\r
-default is twice).\r
-.SH SEE ALSO\r
-.BR apt (8),\r
-.BR apt-get (8)\r
-.SH BUGS\r
-See <http://www.debian.org/Bugs/db/pa/lapt.html>. If you wish to report a\r
-bug in\r
-.BR apt-get ,\r
-please see\r
-.I /usr/doc/debian/bug-reporting.txt\r
-or the\r
-.BR bug (1)\r
-command.\r
-.SH AUTHOR\r
-APT was written by the APT team <apt@packages.debian.org>.\r