diff options
| author | David Kalnischkies <david@kalnischkies.de> | 2025-01-05 17:16:54 +0000 |
|---|---|---|
| committer | David Kalnischkies <david@kalnischkies.de> | 2025-01-05 22:16:09 +0000 |
| commit | 213486fc1b9fc0675a35b5c530447b401f9410ff (patch) | |
| tree | b88bf0c3330a289e1bd5f0ab4e81e8601d03fcbc /doc/apt.conf.5.xml | |
| parent | 889cb31fc79be9b06a08a82063eef0102cf30543 (diff) | |
Remove leftovers from ftp and rsh/ssh methods removal
References: fd3684cdbc165ceaa635ed19fcbd231f509b0179
Diffstat (limited to 'doc/apt.conf.5.xml')
| -rw-r--r-- | doc/apt.conf.5.xml | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 702a71c78..356427032 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -535,47 +535,6 @@ APT::Compressor::rev { manpages respectively.</para></listitem> </varlistentry> - <varlistentry><term><option>ftp</option></term> - <listitem><para> - <literal>ftp::Proxy</literal> sets the default proxy to use for FTP URIs. - It is in the standard form of <literal>ftp://[[user][:pass]@]host[:port]/</literal>. - Per host proxies can also be specified by using the form - <literal>ftp::Proxy::<host></literal> with the special keyword <literal>DIRECT</literal> - meaning to use no proxies. If no one of the above settings is specified, - <envar>ftp_proxy</envar> environment variable - will be used. To use an FTP - proxy you will have to set the <literal>ftp::ProxyLogin</literal> script in the - configuration file. This entry specifies the commands to send to tell - the proxy server what to connect to. Please see - &configureindex; for an example of - how to do this. The substitution variables representing the corresponding - URI component are <literal>$(PROXY_USER)</literal>, - <literal>$(PROXY_PASS)</literal>, <literal>$(SITE_USER)</literal>, - <literal>$(SITE_PASS)</literal>, <literal>$(SITE)</literal> and - <literal>$(SITE_PORT)</literal>.</para> - - <para>The option <literal>timeout</literal> sets the timeout timer used by the method; - this value applies to the connection as well as the data timeout.</para> - - <para>Several settings are provided to control passive mode. Generally it is - safe to leave passive mode on; it works in nearly every environment. - However, some situations require that passive mode be disabled and port - mode FTP used instead. This can be done globally or for connections that - go through a proxy or for a specific host (see the sample config file - for examples).</para> - - <para>It is possible to proxy FTP over HTTP by setting the <envar>ftp_proxy</envar> - environment variable to an HTTP URL - see the discussion of the http method - above for syntax. You cannot set this in the configuration file and it is - not recommended to use FTP over HTTP due to its low efficiency.</para> - - <para>The setting <literal>ForceExtended</literal> controls the use of RFC2428 - <literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is false, which means - these commands are only used if the control connection is IPv6. Setting this - to true forces their use even on IPv4 connections. Note that most FTP servers - do not support RFC2428.</para></listitem> - </varlistentry> - <varlistentry><term><option>cdrom</option></term> <listitem><para> For URIs using the <literal>cdrom</literal> method, the only configurable @@ -1057,17 +1016,6 @@ APT::Compressor::rev { </varlistentry> <varlistentry> - <term><option>Debug::Acquire::ftp</option></term> - - <listitem> - <para> - Print information related to downloading packages using - FTP. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>Debug::Acquire::http</option></term> <listitem> |
