From 213486fc1b9fc0675a35b5c530447b401f9410ff Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 5 Jan 2025 17:16:54 +0000 Subject: Remove leftovers from ftp and rsh/ssh methods removal References: fd3684cdbc165ceaa635ed19fcbd231f509b0179 --- doc/apt.conf.5.xml | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) (limited to 'doc/apt.conf.5.xml') 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. - - - ftp::Proxy sets the default proxy to use for FTP URIs. - It is in the standard form of ftp://[[user][:pass]@]host[:port]/. - Per host proxies can also be specified by using the form - ftp::Proxy::<host> with the special keyword DIRECT - meaning to use no proxies. If no one of the above settings is specified, - ftp_proxy environment variable - will be used. To use an FTP - proxy you will have to set the ftp::ProxyLogin 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 $(PROXY_USER), - $(PROXY_PASS), $(SITE_USER), - $(SITE_PASS), $(SITE) and - $(SITE_PORT). - - The option timeout sets the timeout timer used by the method; - this value applies to the connection as well as the data timeout. - - 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). - - It is possible to proxy FTP over HTTP by setting the ftp_proxy - 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. - - The setting ForceExtended controls the use of RFC2428 - EPSV and EPRT 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. - - For URIs using the cdrom method, the only configurable @@ -1056,17 +1015,6 @@ APT::Compressor::rev { - - - - - - Print information related to downloading packages using - FTP. - - - - -- cgit v1.2.3-70-g09d2