On Mon, 2 Jul 2007, Kris Van Bruwaene wrote:

> Our company has an FTP server in a DMZ, accessible
> from inside the company and from outside. I can access
> it with LFTP from outside, with standard FTP from
> inside but not with LFTP from inside. Here's a sample
> session with lftp from inside:
> 
> [EMAIL PROTECTED]:~$ lftp
> lftp :~> debug
> lftp :~> open outpost.vrt.be
> ---- using user `privemp3' and password from ~/.netrc
> ---- Resolving host address...
> ---- 3 addresses found                             
> lftp [EMAIL PROTECTED]:~> ls
> ---- Connecting to outpost.vrt.be (172.16.41.23) port
> 21
> <--- 220 Check Point FireWall-1 Secure FTP server
> running on SurfFirewall01
> ---> FEAT
> **** Peer closed connection
> ---- Closing control socket
> Interrupt                                  
> lftp [EMAIL PROTECTED]:~> 
> 
> Any idea what causes this, and how to debug it
> further?

What happens using another client ? Does it close the connection if you 
use FEAT as well ? It pretty much looks like a problem with the Check 
Point Firewall-1 implementation.

I bet lftp works fine if you do:

        set ftp:use-feat no

but it's not normal it happens when you issue a FEAT request.

Kind regards,
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[all I want is a warm bed and a kind word and unlimited power]

Reply via email to