<x-flowed>
At 17:18 18.06.2002 +0200, you wrote:
>Hi,
>
>I also had a problem to get my windows clients working with passive mode 
>(i tried several clients). The problem i had was with the reponse from the 
>proxy. It has a ',' in the 227 response line that was confusing my client.
>After i changed the source all clients worked without a problem.
>
>227 ok, entering passive mode (%s,%u,%u)
>
>changed to:
>
>227 ok entering passive mode (%s,%u,%u)
>
>in ftp.c

This is fixed in release 1.6.

Regards
Andreas


</x-flowed>
From [EMAIL PROTECTED] Wed Jul 10 10:41:42 2002
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from www10.tt.co.kr ([211.47.66.50])
                by compucation.de ([213.185.64.44])
                with SMTP (MDaemon.PRO.v6.0.3.R)
                for <[email protected]>; Wed, 10 Jul 2002 08:38:55 +0200
From: È«¼®¹ü <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
To: "general-l List Member"  <[email protected]>
Subject: [general-l] ftp forward with  ftpproxy ? {01}
Date: Wed, 10 Jul 2002 15:38:39 +0900
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
X-Lookup-Warning: SMTP connection lookup on 211.47.66.50 does not match 
211.47.66.50
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 211.47.66.50
Sender: [EMAIL PROTECTED]
X-Return-Path: [EMAIL PROTECTED]
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
X-MDMailing-List: [EMAIL PROTECTED]
X-MDSend-Notifications-To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [email protected]
X-Eudora2Unix: 3905-11-05T08:39:34Z converted

Hello.

I downloaded ftpproxy and installed.
I would like to forward ftp request to other server's other port with this
program.
Is it possible?

for example,
I would like to forward ftp request using port 26 to 211.1.1.1 port 100 or
same port.
So, I configured like this.But this is not work

service ftp-proxy
{
        flags       = REUSE
        socket_type = stream
        protocol    = tcp
        wait        = no
        user        = root
        groups      = yes
        server      = /usr/sbin/tcpd
        server_args = /usr/local/sbin/ftp.proxy 211.1.1.1
}

Please let me know.
and additional documents are available?

Thanks for your help in advance.




Reply via email to