ADD FTPS Client Destination Port (ADD FTPSCLTDPORT) in MSS

mafiz
mafiz  Platinum  (1)
7 years 10 months ago  View: 883  Reply: 1
1F
Function

ADD FTPSCLTDPORT is a configuration command. It is used to add an IP address and destination port of the FTPS server which connect to the FTPS client.

If never execute this command, destination port of the FTPS server is set to default value 21.

Note

Before execute this command, make sure the destination port which will be configured is listening on the FTPS server.

Parameters

Parameter ID

Parameter Name

Parameter Description

SERVERIP

FTPS server ip address

This parameter specifies the IP address of the FTPS server.

PORT

Destination port

This parameter specifies the destination port of the FTPS server.

The destination port is used to accept the connection request from the FTPS client.

Example

To add a destination port on BAM server where:

  • FTPS server ip address is 10.144.97.226

  • Destination port is 28

run the following command:

ADD FTPSCLTDPORT:SERVERIP = "10.144.97.226",PORT = 28;

user_2837311
user_2837311  Diamond 
3 years 11 months ago
2F
clear and useful document, thanks