Hi Alexander, > On Thu, Sep 02, 2004 at 09:40:31AM -0400, Rudy Taraschi wrote: > > I think the key to getting it working with lftp is the sequence I > > attached in my original email ... > > > > 220 Message from proxy --> USER proxy_user > > 331 Password request --> PASS proxy_pass > > 220 Message from site --> USER anonymous > > 331 Anonymous login ok --> PASS user@ > > > > ... which I can't seem to emulate with lftp. Thanks again! > > lftp does support such proxies. Please turn on debug in lftp to > see what actually happens.
I turned on debug and got the attached output. My rc file contains 'set ftp:passive-mode off' and 'set ftp:proxy ftp://[EMAIL PROTECTED]' It's strange that I don't get any welcome messages from my proxy at the first login, nor do I get the anonymous ok message from the remote server. If I unset the ftp:proxy variable, I DO get the welcome message from my proxy. Thanks again! rudy ----- begin debug output ----- $./lftp ftp:proxy password: lftp :~> debug lftp :~> open ftp.slackware.at ---- Resolving host address... ---- 1 address found lftp ftp.slackware.at:~> user anonymous Password: <===== I should get an anon OK here lftp [EMAIL PROTECTED]:~> dir ---- Connecting to proxy ftpgate (142.39.24.100) port 21 `ls' at 0 [Connecting...] <===== hangs here till I Ctrl-C
