Hi, I start up a ftp server in my unit tests. But I want to make sure there is only one instance running on a port, starting a second server on the same port should fail (throw an exception).
Right now the second server starts up without errors but making a connection to the port used gives me the first server... Thanks, Francis -- http://www.somatik.be Microsoft gives you windows, Linux gives you the whole house.
