On Tue, Mar 16, 2004 at 10:40:17AM -0500, Ed Abbott wrote:
> Here is an FTP server that hangs.  It just sits there
> when I try to use either the 'mirror' or the 'ls' command.
> No result!  It just hangs.
> 
> Here is the server:
> 
> lftp 209.217.51.84

I tried to access the server. It does not allow incoming data connections
(too restrictive firewall?). However it allows outgoing data connections, so
try this:

   set ftp:passive off

This will only work if your computer allows incoming connections. If your
computer allows incoming connections on limited range of ports then use
this:

   set ftp:port-range LOW-HIGH
   
Where LOW and HIGH are the bounds of the range.

-- 
   Alexander.

Reply via email to