Re: ftp through a proxy server

2007-06-11 Thread Jochen Roderburg
Zitat von Phillip Griffith <[EMAIL PROTECTED]>: > I think I was wrong about the downloaded file. It probably contains > the dialog between wget and my proxy server, not between wget and the > remote FTP server. Yes, looks the same to me. > I think it's a SOCKS5 proxy. For the Solaris FTP clien

Re: ftp through a proxy server

2007-06-09 Thread Phillip Griffith
I think it's a SOCKS5 proxy. For the Solaris FTP client, I supply "[EMAIL PROTECTED] proxy-user" at the user prompt. I think I was wrong about the downloaded file. It probably contains the dialog between wget and my proxy server, not between wget and the remote FTP server. On 6/8/07, Jochen Ro

Re: ftp through a proxy server

2007-06-08 Thread Jochen Roderburg
Zitat von Phillip Griffith <[EMAIL PROTECTED]>: > The problem, briefly, is that wget is sending HTTP GET commands to an > FTP server when there's a proxy server in the middle. > > My .wgetrc file contains the following entries. I've redacted all the > values, except for the port number on the FTP

Re: ftp through a proxy server

2007-06-07 Thread Jochen Roderburg
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

ftp through a proxy server

2007-06-07 Thread Phillip Griffith
The problem, briefly, is that wget is sending HTTP GET commands to an FTP server when there's a proxy server in the middle. My .wgetrc file contains the following entries. I've redacted all the values, except for the port number on the FTP proxy, which seems to be important: ftp_proxy = ftpgate

Re: ftp through a proxy server

2007-06-07 Thread Steven M. Schweda
From: Phillip Griffith As usual, it might help to know what you're using for wget ("wget -V"), and what you're using it on. If you're using a version older than 1.10.2, then you might wish to try the current released version. Adding "-d" to the command may help to reveal what's happening.

ftp through a proxy server

2007-06-07 Thread Phillip Griffith
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 han