Alternate method of specifying session options

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
llucius
Posts: 1
Joined: Tue Nov 27, 2012 5:03 pm

Alternate method of specifying session options

Post by llucius »

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
dovetail
Site Admin
Posts: 2025
Joined: Thu Jul 29, 2004 12:12 pm

Re: Alternate method of specifying session options

Post by dovetail »

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
Post Reply