Examples: Transfer Using Distribution Lists

In the following example, AccList is a distribution list defined in the cflist.cfg file. The example presupposes that each node defined in AccList has the same user ID and password in each system.

Note: If the node uses different credentials, a user profile must be configured for each target node. User profiles can be configured locally for each node to map the local user who initiates the file transfer to the correct remote user ID and password. Alternatively, the administrator of the remote servers can configure responder profiles to map the incoming user ID.

cfsend list:AccList lf:/home/user/file rf:”c:\temp\test.txt” 

where the local file '/home/user/file' will be sent to the '/tmp/prod/data' directory for 'Store1' and 'Store2' nodes. The local file '/home/user/file' will be sent to 'c:\temp\test.txt' for 'Store5' node.

You can define other optional transfer parameters for distribution lists. For more information, see StopOnFailure and ExecPostProc.