Previous Topic: Point to Point Protocol (PPP) ParametersNext Topic: CPI-C Protocol Parameters


UDP Protocol Parameters

Valid UDP parameters for the dtscli command in agent-to-agent transfers are as follows:

IPORT=nnnn

Specifies the port number on which the DTS agent is listening for UDP connections.

Default: 8223

NETADDR=nnn.nnn.nnn.nnn

Specifies the IP address to be used in place of the responder address.

Example: Point-to-Point Transfer Using UDP

To send a point-to-point transfer from one Windows computer to another, using the UDP protocol and a different port number than the default one, enter the following command. Specify IPORT if the default listening port number of the responding DTS agent has been changed because of a conflict with another application that is already using it.

dtscli -a "ipath=ruth::c:\ruth\memo2.doc"
protocol=udp "protocol_parameters=IPORT=3535"
"rpath=naomi::c:\naomi\memo2.doc" ...