On Tue, 7 May 2002 17:18:57 +0800 , Fung Chai <[EMAIL PROTECTED]> wrote:
>I went through the source code (src/retr.c) of wget-1.8.1 and notice that >the ftp_proxy must be HTTP; the user cannot specify it as ftp://proxy:port. >In the direct mode (ie, use_proxy is set to false), retrieve_url() will use >the FTP protocol to retrieve a file, but will use the HTTP protocol to >retrieve the file via the proxy. Please try the current development version of Wget from the CVS repository, as this has support for FTP gateway proxy servers (FWTK-style proxies, according to the ChangeLog), but the functionality needs testing.
