Previous Topic: dtscli Command—Send Multiple Output Files (Agent-to-Agent)Next Topic: TCP Protocol Parameters


dtscli Command—Change Direction

The direction parameter determines the direction of a transfer. Valid values for this parameter are as follows:

s

Sends the data from the initiator computer to the responder computer.

r

Sends the data from the responder computer to the initiator computer.

Default: s

Example: Transfer a File from the Responder to the Initiator

This example directs the transfer to pull or transfer file.src from Silver (the responder) to file.dest on Gold (the initiator).

dtscli -agent "ipath=Gold::c:\dtstemp\file.dest" 
"rpath=Silver::c:\dtstemp\file.src"
direction=r