> Hi,
>
> [EMAIL PROTECTED] wrote:
> >
> If yours has two different port numbers, unlike ours here,
> > then you can set your proxy port in REBOL to the firewall port, set
> > the host to your firewall host, and the proxy type to either socks
> > (port 1080) or generic (otherwise) and you should hopefully be on your
> > way. But I'm not really sure since the help does not explain what
> > "USER with no LOGON" really means and I don't know what kind of
> > proxy/firewall you are going are going through.
>
> My ftp proxy is ftp-wg (part of TIS firewall).
>
> To use the ftp proxy form the command line, I have to do: "ftp proxy-name" and when
>it gives me
> the prompt, I send: "[EMAIL PROTECTED]" to get connected to the remote ftp server
>(which ask
> for password).
Ok. So it connects to the proxy and just tells it where you want to
go... much like squid I believe... REBOL does not yet do FTP through a
squid proxy. The problem with these generic ftp proxies is that some
of them, squid included, return an HTML version of the directory lists
which has to be parsed. The big problem here is that it's likely that
squids' HTML is going to take a different form than some other one so
a set of parse rules must be written for each one... real pain.
That's why it hasn't been done yet. I'm guessing that yours does not
return HTML though since ws_ftp works (it doesn't go through a squid
proxy). So maybe there is a window of opportunity there to do some
generic FTP proxies.
Well, I've added this thought to my evergrowing list and will
look into it.
Do you know if ftp_wg how can be acquired? commercial product?
shareware? freeware? We'd need one to look at to see how it works.
Just a few day demo would be good enough.
> I thick "USER with no LOGON" means that I don't need to authenticate myself in the
>proxy, but I
> don't know how to get connected in one single step.
>
> In the ws_ftp log windows, I see it does the same than I: it connect to the proxy
>first, and when the
> proxy banner appears, send the [EMAIL PROTECTED] string.
>
> I have also squid in the firewall, but I have not configured it to do ftp using
>squid. Do you think
> rebol would work easily doing ftp thru squid?
>
> Antonio Tovar
Sterling