About listeners
Listeners are a combination of an IP address and port number on which a server is configured to allow connections. You can configure as many listeners as you want, up to one per port on each available IP address.
There are two kinds of listeners: FTP and SSH. FTP listeners provide access to hosts using basic FTP and SSL (implicit and explicit). SSH listeners provide access to hosts using the SFTP protocol over SSH.
By default, WS_FTP Server creates three listeners:
- . This listener accepts connections on all available IP addresses on the computer on port 21 for FTP connections.
- . This listener accepts connections on all available IP addresses on the computer on port 22 for SSH connections.
- . This listeners accepts connections on all available IP addresses on the computer on port 990, and it requires SSL encryption.
To configure a new listener:
- From the top menu, select . The Listeners page opens.
- Click . The Create Listener page opens.
- Select a . After the listener is created, you can edit it to modify settings specific to the type of listener selected.
- Enter an , or select to have this listener use all IP addresses configured on the server.
- Select a . By default, FTP listeners use port 21 and SSH listeners use port 22. To configure an FTP listener for Implicit SSL, specify port 990.
- Enter a , if desired. This message may contain message variables.
: To configure an SSL listener, select FTP as the Listener type. After saving the listener, you can configure specific SSL settings by editing the listener.
- Modify the remaining settings as needed.
- Select a host to serve as the default host for this listener, then select . If no hosts are listed in the list, select to associate a host.
- Click . The Listeners page reopens with the new listener in the list.