A possible WRQSendFile command for transferring a file to a VMS host with attributes is:
Session.WRQSendFile "FILE.TXT", "FILE.TXT", rcBinary,_
,,,,"/OPTIONS=(CONTIGUOUS) /FORMAT=(FIXED) /SIZE=(256)"
These attributes create a fixed-format contiguous binary file with 256-byte records.