UNIX Agent - File Transfer Support
When defining a FileTransfer object, you can also specify additional options in the FileTransfer tab, File Attributes field.
Under UNIX, there are no file attributes. Therefore, all specifications are ignored, except for the options reclen and nl. Note that several options need to be separated with a comma.
Sender's
File Attributes:
- reclen - Record length specified in bytes
- nl=mixed -a CR character used at the end of a text file's line can corrupt the file in some systems. The value
"mixed" automatically removes this character.
Receiver's File Attributes:
- nl - character for inserting line breaks
Allowed values: "crlf", "lf" (default value) and
"none"
"crlf" - carriage return and line feed
"lf" - line feed
"none" - no line break is made