[twsocket] Problem using same UDP port for both listen and send

2008-03-06 Thread Dod
***second sending as the first mail ssems to never reach the mailing list*** Hello, I am working on something like (very old project using applicatons for which I have not the sources): - Create Server UDP socket port 0 (Winsock select the listening port itself) and do .Listen - I retrieve

Re: [twsocket] Problem whith FTP Server and Microsoft IIS

2008-03-06 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: >> Shutdown IIS, start you ICS FTP server (if you can specify >> listening IP it should use only one IP), then start IIS again, it >> should bind to all non-used port 21 on the other IPs. > > I'm sure that has worked for me in the past, but it's not a

Re: [twsocket] UDP Hole Punching

2008-03-06 Thread wayne forrest
http://sourceforge.net/projects/ktelnet On Thu, Mar 6, 2008 at 7:29 PM, Dave Baxter <[EMAIL PROTECTED]> wrote: > I'll take a look. > > Cheers. > > Dave B. > > > > -Original Message- > > From: wayne forrest [mailto:[EMAIL PROTECTED] > > > Dave, thank you for all the advice, I will look int

Re: [twsocket] Problem whith FTP Server and Microsoft IIS

2008-03-06 Thread Angus Robertson - Magenta Systems Ltd
> Shutdown IIS, start you ICS FTP server (if you can specify > listening IP it should use only one IP), then start IIS again, it > should bind to all non-used port 21 on the other IPs. I'm sure that has worked for me in the past, but it's not a long term solution because sooner or later IIS wil

Re: [twsocket] Problem whith FTP Server and Microsoft IIS

2008-03-06 Thread Dod
Hello Arnold, I am french but as this mailing list is English... May be you can do something : Shutdown IIS, start you ICS FTP server (if you can specify listening IP it should use only one IP), then start IIS again, it should bind to all non-used port 21 on the other IPs. regards. AF> I do

Re: [twsocket] Problem whith FTP Server and Microsoft IIS

2008-03-06 Thread Arno Garrels
Arnold FLUTEAUX wrote: > I don't understand. You should find out who is already listening on that IP and port. Download TcpView from Sysinternals, it displays any IP, port and process name: http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx As Angus said it's most likely MS-FTP set up

Re: [twsocket] UDP Hole Punching

2008-03-06 Thread Dave Baxter
I'll take a look. Cheers. Dave B. > -Original Message- > From: wayne forrest [mailto:[EMAIL PROTECTED] > Dave, thank you for all the advice, I will look into all of > it for sure, > > about the Telnet Application: I recall seeing one at sourceforge.net. > > Hope that helps. This ma

Re: [twsocket] Problem whith FTP Server and Microsoft IIS

2008-03-06 Thread Arnold FLUTEAUX
I don't understand. Indeed, if you launch two FTP Server with the same IP address server and the same port, it can't be OK. However, in this case, these IP addresses are all differents. And on this server, 4 IIS FTP Server run on 4 differents IP addresses but the 4 use the same port 21 and it

Re: [twsocket] Problem whith FTP Server and Microsoft IIS

2008-03-06 Thread Arno Garrels
> So I need to put another FTP server. So I've created an other address: > 192.168.2.154 on port 21. But when I launch my soft (based on ICS FTP > Server), I've "Error 10048 in function Bind - Address already in > Use". That error is rather self explantory. > If I shut down all IIS ftp server,

Re: [twsocket] Problem whith FTP Server and Microsoft IIS

2008-03-06 Thread Angus Robertson - Magenta Systems Ltd
> I use ICS for in a ftp Server. And I've a problem. On a server > which has several IP addresses and for each adress an IIS FTP > Server is launched on the same port 21. I've seen this on Windows 2000 Server, you'll probably find that IIS is listening on all IP addresses, so you can not run a s

[twsocket] Problem whith FTP Server and Microsoft IIS

2008-03-06 Thread Arnold FLUTEAUX
Hi, I use ICS for in a ftp Server. And I've a problem. On a server which has several IP addresses and for each adress an IIS FTP Server is launched on the same port 21. So that: On IIS: FTP on 192.168.2.150 - Port 21 FTP on 192.168.2.151 - Port 21 FTP on 192.168.2.152 - Port 21 FTP on 192

Re: [twsocket] Problem with ICS package and Delphi 2006

2008-03-06 Thread Tobias Rapp
Arno Garrels wrote: >> Change the project options of the package from "Build as needed" >> (German: "Wenn erforderlich") to German "Manual" (probably "On >> demand" in the English version). > > "package" is the ICS package. Thanks for the tip. I have changed it in the .dpk file using my favour

Re: [twsocket] Problem with ICS package and Delphi 2006

2008-03-06 Thread Arno Garrels
Arno Garrels wrote: > Change the project options of the package from "Build as needed" > (German: "Wenn erforderlich") to German "Manual" (probably "On > demand" in the English version). "package" is the ICS package. > > > Tobias Rapp wrote: >> Hello everybody! >> >> I have a problem related

Re: [twsocket] Problem with ICS package and Delphi 2006

2008-03-06 Thread Arno Garrels
Change the project options of the package from "Build as needed" (German: "Wenn erforderlich") to German "Manual" (probably "On demand" in the English version). -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Support the ICS Wiki now. http://wiki.overbyte.be/wiki/index

[twsocket] Problem with ICS package and Delphi 2006

2008-03-06 Thread Tobias Rapp
Hello everybody! I have a problem related with the ICS package 'IcsDel100.dpk'. I have it installed fine with Delphi 2006. Now I have a self-made package that depends on tWSocket and thus has 'IcsDel100' in the packages requires clause. When I try to compile the package I get the following erro