Handling Prematurely Ending File Transfers
By default, when a file transfer to SSH Tectia server on z/OS end prematurely, the
allocated dataset is kept.
To change this behavior, you can specify the --attribute=conddisp
option with sft-server-g3
in the sshd2_config
file:
subsystem-sftp /opt/tectia/libexec/sft-server-g3 --attribute=conddisp:DELETE
|
When conddisp
is set to DELETE
, the dataset is deleted
when a file transfer ends prematurely.
When conddisp
is set to CATLG
(default), the dataset is
kept when a file transfer ends prematurely. For MVS dataset transfers, the
dataset is also cataloged.