I am trying to use the Fileset FTP protocol to push a file to an IBM mainframe running MVS. The data is successfully sent and the file created on the mainframe but the data records are truncated at 80 bytes.
If I use the AIX command-line FTP client I can issue “SITE” commands that define the record length and format before issuing the PUT to overcome the truncation.
Can this be done through Cloverleaf? Is there a way to pass the “SITE” commands before the protocol driver starts the STOR?
Any and all clever work-arounds would be greatly appreciated!
Thanks!