ftpproxy  

[general-l] ftp proxy is block on my linux {01}

Francisco Castillo
Wed, 9 Jun 2004 19:08:14 +0200

<x-html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello, </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have try to start <A 
href="ftp://ftp.proxy";>ftp.proxy</A> but it blocks when i call it. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>So for example if i call </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>/usr/local/sbin/ftp.proxy -V </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<DIV><FONT face=Arial size=2>/usr/local/sbin/ftp.proxy -V&nbsp; 
2&gt;/dev/null</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></DIV>
<DIV><FONT face=Arial size=2>it blocks and no response is doing. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I has installed it 
on&nbsp;a&nbsp;linux&nbsp;mandrake 8.0 </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have seen this messages when i do make 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>make[1]: Cambiando a directorio 
`/usr/local/src/ftpproxy-1.2.2/src'<BR>ctags *.[ch]<BR>/bin/sh: ctags: command 
not found<BR>make[1]: [all] Error 127 (no tiene efecto)<BR>make[1]: Saliendo 
directorio `/usr/local/src/ftpproxy-1.2.2/src'<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What could be happening? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance, </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Francisco. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><PRE>


--general-l------------------------------------
To unsubscribe please visit:
http://www.ftpproxy.org/html/maillinglists.html
</PRE></BODY></HTML>


</x-html>
From [EMAIL PROTECTED] Fri Jun 11 09:51:52 2004
Return-Path: <[EMAIL PROTECTED]>
Received: from mail.compucation.de (mail.compucation.de [213.185.64.44])
                by um1.pce.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP 
id i59Ki7a02245
                (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO)
                for <[EMAIL PROTECTED]>; Wed, 9 Jun 2004 22:44:08 +0200
Received: from paicl.com (sierra.paicl.com [192.132.3.192])
                by compucation.de (mail.compucation.de [213.185.64.44])
                (MDaemon.PRO.v7.1.0.R)
                with ESMTP id md50000010748.msg
                for <[EMAIL PROTECTED]>; Wed, 09 Jun 2004 22:43:16 +0200
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 09 Jun 2004 13:43:00 -0700
From: Brian <[EMAIL PROTECTED]>
User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: "general-l List Member"  <[EMAIL PROTECTED]>
Subject: [general-l] ftp.proxy -m on Solaris {03}
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
Content-Transfer-Encoding: 7bit
X-MDRemoteIP: 192.132.3.192
Sender: [EMAIL PROTECTED]
X-Return-Path: [EMAIL PROTECTED]
Precedence: bulk
List-Unsubscribe: <[EMAIL PROTECTED]>
X-MDMailing-List: [EMAIL PROTECTED]
X-MDSend-Notifications-To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [EMAIL PROTECTED]
X-MDAV-Processed: mail.compucation.de, Wed, 09 Jun 2004 22:43:18 +0200
X-UIDL: kBV"!#T_!!Qje"!?E\!!
X-Eudora2Unix: 3905-11-05T08:39:36Z converted

<x-flowed>
Gregoire,

Thanks... put /tmp/testfile didn't work, but...

lcd /tmp
put testfile

did work.

Must have been a brain fart.  Thanks for your help.

Brian

Gregoire Barbier wrote:

> Quoting Brian <[EMAIL PROTECTED]>:
> 
>>Doesn't seem to work for me.  What I see follows.
>>
>>Any ideas?
> 
> 
> Hi,
> 
> Seems that the server itself does not allow user brian to create/overwrite the
> file named /tmp/testfile.
> Some mainstream ftp servers have options that disallow overwriting existing 
> file
> or things like that.
> Can you put /tmp/testfile from a direct ftp connection (not through ftp 
> proxy)?
> For instance by ftp'ing localhost from a shell on the server machine
> 
> 
>>:: Client side
>>
>>ftp <server>
>>Connected to <server>
>>220 server ready - login please
>>Name (<server>): brian
>>331 password required
>>Password:
>>230 login accepted
>>ftp> put /tmp/testfile
>>200 ok, port allocated
>>553 /tmp/testfile: Permission denied.
>>ftp> quit
>>221 goodbye
>>
>>:: Server Side with   ftp.proxy -D 21 -d -m 127.0.0.1:2121
>>
>> >>> CLI: 220 server ready - login please
>> >>> CLI: 331 password required
>>SVR >>>: 220 <server> FTP server (Version wu-2.6.2(1) Fri May 14 
>>17:47:31 PDT 2004) ready.
>> >>> SVR: USER brian
>>SVR >>>: 331 Password required for brian.
>> >>> SVR: PASS brian
>>SVR >>>: 230 User brian logged in.
>> >>> CLI: 230 login accepted
>> >>> SVR: PWD
>>SVR >>>: 257 "/home/brian" is current directory.
>>CLI >>>: PORT 1,2,3,4,216,90
>>client listens on 1,2,3,4:55386
>>listening on 127.0.0.1:55387
>> >>> SVR: PORT 127,0,0,1,216,91
>>SVR >>>: 200 PORT command successful.
>> >>> CLI: 200 ok, port allocated
>>CLI >>>: STOR /tmp/testfile
>> >>> SVR: STOR /tmp/testfile
>>SVR >>>: 553 /tmp/testfile: Permission denied.
>> >>> CLI: 553 /tmp/testfile: Permission denied.
>>CLI >>>: QUIT
>> >>> SVR: QUIT
>>SVR >>>: 221-You have transferred 0 bytes in 0 files.
>>SVR >>>: 221-Total traffic for this session was 383 bytes in 0 transfers.
>>SVR >>>: 221-Thank you for using the FTP service on <server>.
>>SVR >>>: 221 Goodbye.
>> >>> CLI: 221 goodbye
>>
>>
>>
>>
>>--general-l------------------------------------
>>To unsubscribe please visit:
>>http://www.ftpproxy.org/html/maillinglists.html
>>
>>
> 
> 
> 


--general-l------------------------------------
To unsubscribe please visit:
http://www.ftpproxy.org/html/maillinglists.html

</x-flowed>
From [EMAIL PROTECTED] Fri Jun 11 09:51:25 2004
X-Persona: <FTP-Proxy>
Return-Path: <>
Received: from compucation.de [213.185.64.44] by compucation.de [213.185.64.44]
                (with RAW) (MDaemon.PRO.v7.1.0.R)
                for <ftpproxy@ftpproxy.org>; Thu, 10 Jun 2004 10:28:46 +0200
Date: Thu, 10 Jun 2004 10:28:46 +0200
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Precedence: bulk
X-MDSend-Notifications-To: [trash]
Subject: Unsubscription notification: [EMAIL PROTECTED], [EMAIL PROTECTED]
To: ftpproxy@ftpproxy.org (ftp.proxy)
X-MDaemon-Deliver-To: ftpproxy@ftpproxy.org
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Actual-From: [EMAIL PROTECTED]
X-Return-Path: <>
X-MDAV-Processed: mail.compucation.de, Thu, 10 Jun 2004 10:28:47 +0200
X-Eudora2Unix: 3905-11-05T08:39:36Z converted

<[EMAIL PROTECTED]> has signed off the [EMAIL PROTECTED] mailing list.
  • [general-l] ftp proxy is block on my linux {01} Francisco Castillo