Thanks for that Holger
Unfortunately our sys admin says outbound connections to ports >1024 are
allowed.
Here is the equivalent log from Leap ftp - this client works fine. It's
using the same firewall on the same port # from the same pc. The problem
isn't site specific - you get the same problem connecting to any ftp site
outside the firewall with Rebol.
----------------------------------------------------------------------------
-------
Connecting to www.awardsplus.co.uk, Port 21 (#1)
Connected to proxy. Waiting for server login.
220 www.astonsci.co.uk NcFTPd Server (licensed copy) ready.
USER awards
331 User awards okay, need password.
PASS xxxxxx
230-You are user #3 of 50 simultaneous users allowed.
230-
230-Linux 2.2.13.
230-
230-
230-Space Used: 2284 K Limit: 0
230-
230-Last Updated: Sat Dec 11 00:00:01 1999
230-
230-
230 Restricted user logged in.
SYST
215 UNIX Type: L8
REST 100
350 Will attempt to restart at position 100.
REST 0
350 Will attempt to restart at position 0.
PWD
257 "/" is cwd.
TYPE A
200 Type okay.
PASV
227 Entering Passive Mode (195,112,5,192,5,141)
LIST
150 Data connection accepted from 194.6.2.50:38610; transfer starting.
226 Listing completed.
Transfer done: 684 bytes in 0.109 secs (6.28 k/sec)
----------------------------------------------------------------------------
-----
Hope that helps
Nigel
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 07, 2000 5:58 PM
Subject: [REBOL] problem with ftp & socks4 Re:
> On Mon, 07 Feb 2000, you wrote:
> > Hi,
> >
> > I'm having a problem with a socks4 firewall & ftp. This is a log of the
ftp
> > connection -
>
> Please ask your sys admin how the firewall is configured, in particular
whether
> outbound connections to unassigned port numbers (ports 1024 and higher)
are
> allowed. FTP in passive mode (through SOCKSv4) needs those connections
> for data transfers.
>
> --
> Holger Kruse
> [EMAIL PROTECTED]
>