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's OK. It's not OK for my ICS FTP Server. Sorry but I'm French and I don't understand all in English. Arnold. _____ > 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> 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
