> 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, it's OK. That's "as designed", on one interface/IP and port only one socket may listen (in older windows versions it was sometimes possible to hijack an already listen socket, however that's no longer possible in most cases). In windows server versions you can create plenty of virtual interfaces. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Arnold FLUTEAUX wrote: > 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.168.2.153 - Port 21 > > > > 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". If I shut down all IIS ftp server, it's OK. > > I precise that I've no choice in this configuration. > > > > Thanks for help > > Arnold -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
