Does SFTP support any other method of specifying transfer options other than the "ls /+" command? Like maybe appending them to the end of the dataset name like:
put localfilename zos.dataset,recfm=fb,lrecl=80,blksize=0,pri=10,sec=10
We have a product called MOVEit that (from what I'm told) doesn't support adding "ls" type commands into the configuration prior to transferring a file.
Can the user exits be used to simulate something similar to the above?
Thanks much,
Leland
Alternate method of specifying session options
Re: Alternate method of specifying session options
Co:Z SFTP does not support putting transfer options as part of the file name.
It is possible, however, to put transfer options in a session configuration file (cozsftp_server_config) that automatically apply to files based on a dataset-name matching pattern.
For more information, see: http://dovetail.com/docs/sftp/session-c ... es_pattern
It is possible, however, to put transfer options in a session configuration file (cozsftp_server_config) that automatically apply to files based on a dataset-name matching pattern.
For more information, see: http://dovetail.com/docs/sftp/session-c ... es_pattern