You should use a sniffer to verify what is going on. If you have no sniffer, you may want to user Ethereal which is free. See link on the links page at my website. With the sniffer you'll see the ports use by various client and servers. You know that FTP protocol use TWO ports. One for control and one for data. Maybe the data port on a server collide with the control port or data port for another one. Try to use passive mode whenever possible. Try to use port range and server side to fix a range of ports to be used for data. Select a large enough port range.
-- [EMAIL PROTECTED] http://www.overbyte.be ----- Original Message ----- From: "Allan Fernandes" <[EMAIL PROTECTED]> To: "ICS" <twsocket@elists.org> Sent: Saturday, March 11, 2006 5:51 AM Subject: Re: [twsocket] Odd Behaviour > Hi Arno Garrels, > >>> I still haven't got your configuration and the > problem completely. >>> As far as I understand the FTP server in question >>> is listining on port 5014. >>> It has active connections downloading files, but > one of your clients >>> gets a 10061 when it tries to connect, is that > correct? > > What you have understood is correct. But just this is > not the odd behaviour. I have another FTP server > listening at 5011 on the same machine where 5014 is > listening. The funny thing is that the problematic > client which has two FTP Clients conneted at 5011 and > 5014 can send files to the FTP server at 5011 but not > at 5014 ? > > Further Clarification if required only: > You may wonder why I am using two FTP Servers. As I > have mentioned earlier I have the MyNode.exe which > works at port 5011 on all 5 machines, therefore each > machine has a FTP server listening at 5011 and a FTP > Client sending at port 5011. Whereas MyServer.exe is > required only for the UserInterface rarely and this > had FTP Server on port 5014. > My Application is for Automatic backups and the > backups are stored from each machine on to any > selected machine/s. > > Regards > Allan > > > > > > ___________________________________________________________ > NEW Yahoo! Cars - sell your car and browse thousands of new and used cars > online! http://uk.cars.yahoo.com/ > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be