<[EMAIL PROTECTED]> writes: > Good evening, I'm trying to make a ftp with WGET 1.7 My problem is > that my PC is under a proxy, and there is no way to make an FTP > unless you make first a FTP to that proxy, and then the proxy opens > a ftp session to the final machine what you want to connect to You > introduce as the name for the ftp when you connect to the proxy: > anonymous@machine_where_you_want_ftp �Is there any form to make this > type of ftp with Wget?
I've just recently added such functionality to the CVS version of Wget. (You have to download and compile it yourself, though; see <http://wget.sunsite.dk/> for instructions how to do that.) The way it works -- in the CVS version -- is as simple as setting ftp_proxy to a FTP URL representing your proxy, and Wget does the rest.
