TransferFileJob
Transfer files from a source to a destination path.
DPE 2.x also supports specifying FTP paths and setting options per TransferItemWithOptions.
Properties
Input
Name | Description |
---|---|
Transfers | A list of TransferFileJob.TransferItemWithOptions objects. Each TransferItemWithOptions specifies a source path, a destination path and a Dictionary<string, string> containing options. |
Options
- UseSmb true/false: override of UtilityProcessor module config, SMB 3.0 file copy will never be used when FTP is part of transfer or at least one transfer job has ste option UseSmb=false)
- BufferSize
- GrowingTimeout
- PassiveMode true/false: FTP mode used (default:true)