Zitat von Phillip Griffith <[EMAIL PROTECTED]>: > I have a problem talking to an FTP server through my proxy server at > the office. I'm getting through the proxy server OK, and I'm sure I'm > talking to the FTP server on the other end, but wget insists on > sending an HTTP GET instead of an FTP GET. > > The reason I know this is because the download hangs, and the > downloaded file consists of the dialog between wget and the FTP > server. First the FTP server announces itself, followed by the HTTP > GET request from wget, and then the error messages from the FTP > server. > > I'm invoking wget with an ftp:// URL. How do I persuade wget to use > FTP commands instead of HTTP? Or is the proxy server I need to > persuade? > > This seems to be a problem only with a proxy server in the middle. A > direct connection from home (through a NAT firewall, that is) is no > problem. >
Well, what you describe, is just, how ftp through a (http-)proxy works. The client (wget or e.g. a browser) talks HTTP with the proxy and the proxy does the real FTP protocol with the ftp server. From the wget end you see only the dialog with the proxy server and not the dialgo with the ftp server in the background. Best regards, Jochen Roderburg ZAIK/RRZK University of Cologne Robert-Koch-Str. 10 Tel.: +49-221/478-7024 D-50931 Koeln E-Mail: [EMAIL PROTECTED] Germany