Hi Alexander,
First off, thanks for the immediate reply.
> On Wed, Sep 01, 2004 at 06:06:11PM -0400, Rudy Taraschi wrote:
> > This is just a quick report to tell you that the latest lftp
> > does not seem to play nice with our Secure Computing Sidewinder
> > proxy. Hummingbird Exceed knows how to talk to Sidewinder, but
> > I would rather use your tool.
>
> It seems that lftp cannot connect to your ftp proxy. By default it
> uses port 21 on ftp proxies, what port does your proxy listen on?
Our proxy listens on the standard port 21. Check out this
screenshot of the relevant configuration page from Hummingbird
Exceed:
http://www.istop.com/~rudy/image003.jpg
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!