<x-html>

<br><font size=2 face="sans-serif">I have installed the FTP.Proxy service on a 
RedHat Linux 7.3 box. Seem to have it up an working with just a couple of 
issues..</font>
<br>
<br><font size=2 face="sans-serif">1) Has anyone done any testing to see how 
many simultaneous connections can be supported? I am not looking for a big 
number here. In my environment I am thinking the potential is going to be under 
20 simultaneous connections.</font>
<br>
<br><font size=2 face="sans-serif">2) The second question is - I have the 
service working with Xinetd on Linux 7.3. I have no problem when I configure it 
for a specific FTP server but when I add the -s ftpserver1.com, ftpserver2.com 
and attempt to connect to the second FTP server in my list using [EMAIL 
PROTECTED] as the user name or anonymous%ftpserver2.com as the username it 
seems to connect for a second and then immediately disconnect from the remote 
end with a login failure.</font>
<br>
<br><font size=2 face="sans-serif">thanks in advance,</font>
<br><font size=2 face="sans-serif">Lloyd</font>
<br>
</x-html>
From [EMAIL PROTECTED] Fri Sep 13 16:38:46 2002
X-Persona: <ftp.pproxy>
Return-path: <[EMAIL PROTECTED]>
Received: from chr7cc00.swissre.ch ((chr7cc20.swissre.ch) [193.134.170.35])
                by compucation.de ([213.185.64.44])
                with SMTP (MDaemon.PRO.v6.0.7.R)
                for <[email protected]>; Fri, 13 Sep 2002 16:30:06 +0200
Subject: [general-l] make problem {01}
To: "general-l List Member"  <[email protected]>
X-Mailer: Lotus Notes Release 5.0.5  September 22, 2000
Message-ID: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
Date: Fri, 13 Sep 2002 10:26:23 -0400
X-Priority: 3 (Normal)
X-MIMETrack: Serialize by Router on CHZH4444LACR/RCOMGATE(Release 5.0.10 |March 
22, 2002) at
         09/13/2002 04:30:03 PM
MIME-Version: 1.0
X-Lookup-Warning: MAIL lookup on [EMAIL PROTECTED] does not match 193.134.170.35
X-MDRcpt-To: [EMAIL PROTECTED]
X-MDRemoteIP: 193.134.170.35
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:35Z converted


Please help!!!!!

I am using

GNU Make version 3.79.1, with gcc version 3.1, on SunOS 5.8

but every time I do a make on ftpproxy-1.1.6, I get all so many warning and
errors messages.  Can anyone tell me how to fix this problem or point me in
write direction.

Thanks for all your help

--------------- Begin of Error Messages ------------------------------

# make
cd src; make ftp.proxy
make[1]: Entering directory `/home/guptar/ftpproxy-1.1.6/src'
gcc -O2 -Wall -ggdb -pedantic   -c -o main.o main.c
gcc -O2 -Wall -ggdb -pedantic   -c -o ftp.o ftp.c
ftp.c: In function `getc_fd':
ftp.c:386: warning: `wrote' might be used uninitialized in this function
ftp.c: In function `dopasv':
ftp.c:745: warning: subscript has type `char'
ftp.c:748: warning: subscript has type `char'
ftp.c:750: warning: subscript has type `char'
ftp.c:759: warning: subscript has type `char'
ftp.c: In function `setvar':
ftp.c:872: warning: implicit declaration of function `setenv'
ftp.c: In function `run_ccp':
ftp.c:1214: warning: subscript has type `char'
ftp.c: In function `proxy_request':
ftp.c:1535: warning: unsigned int format, pid_t arg (arg 5)
gcc -O2 -Wall -ggdb -pedantic   -c -o daemon.o daemon.c
daemon.c: In function `acceptloop':
daemon.c:228: warning: unsigned int format, pid_t arg (arg 3)
daemon.c:233: warning: unsigned int format, pid_t arg (arg 3)
daemon.c:244: warning: unsigned int format, pid_t arg (arg 3)
daemon.c:263: warning: unsigned int format, pid_t arg (arg 3)
gcc -O2 -Wall -ggdb -pedantic   -c -o ip-lib.o ip-lib.c
ip-lib.c: In function `getportnum':
ip-lib.c:128: warning: subscript has type `char'
gcc -O2 -Wall -ggdb -pedantic   -c -o lib.o lib.c
lib.c: In function `strlwr':
lib.c:148: warning: pointer targets in assignment differ in signedness
lib.c: In function `strupr':
lib.c:164: warning: pointer targets in assignment differ in signedness
lib.c: In function `noctrl':
lib.c:187: warning: pointer targets in assignment differ in signedness
lib.c:190: warning: pointer targets in passing arg 1 of `strlen' differ in
signedness
lib.c:198: warning: pointer targets in return differ in signedness
lib.c: In function `get_word':
lib.c:211: warning: pointer targets in assignment differ in signedness
gcc -o ftp.proxy main.o ftp.o daemon.o ip-lib.o lib.o
Undefined                       first referenced
 symbol                             in file
socket                              ip-lib.o
getpeername                         ftp.o
setenv                              ftp.o
gethostbyname                       ftp.o
accept                              ftp.o
bind                                ip-lib.o
setsockopt                          daemon.o
getservbyname                       ip-lib.o
gethostbyaddr                       ftp.o
inet_ntoa                           ftp.o
getsockname                         ftp.o
listen                              ip-lib.o
connect                             ip-lib.o
ld: fatal: Symbol referencing errors. No output written to ftp.proxy
collect2: ld returned 1 exit status
make[1]: *** [ftp.proxy] Error 1
make[1]: Leaving directory `/home/guptar/ftpproxy-1.1.6/src'
make: *** [ftp.proxy] Error 2
#
------------------------- End of Error Messages
----------------------------------

Any and all help would be great.....
_______________________________________________________________________________

This e-mail, including attachments, is intended for the person(s) or
company named and may contain confidential and/or legally privileged
information. Unauthorized disclosure, copying or use of this information
may be unlawful and is prohibited. If you are not the intended recipient,
please delete this message and notify the sender.



Reply via email to