Hello all.

A question about the port binding of the Apache FTP server. (On a Windows XP
operating system)

It would appear that I can set the FTP server to bind to a port that is
already in use, and it will bind to it correctly and operate an FTP
service.  Is this the correct behavior when attempting to bind to a port
that is already in use?



Further information (An example)

Performing a netstat -a with no FTP server running gives:
*TCP    **<MACHINE_NAME>**:http         <MACHINE_NAME>:0  LISTENING*

If I then start and FTP server on port 80, and run netstat -a again, I get:

*TCP    **<MACHINE_NAME>**:http         <MACHINE_NAME>:0  LISTENING*
*TCP    **<MACHINE_NAME>**:http         **<MACHINE_NAME>:0  LISTENING*

This indicates to me that there are now two items listening on port 80
(Default IIS and also Apache FTP server)



Kind Regards

Reply via email to