SSH Tectia  
Previous Next Up [Contents] [Index]

    About This Document >>
    Installing SSH Tectia Server for IBM z/OS >>
    Getting Started with SSH Tectia Server for IBM z/OS >>
    Configuring the Server >>
    Authentication >>
    System Administration >>
    File Transfer Using SFTP >>
        Creating a User for Batch File Transfers
        Controlling File Transfer>>
            Handling Prematurely Ending File Transfers
            Controlling Staging during File Transfers
    Secure File Transfer Using Transparent FTP Security >>
    Tunneling >>
    Troubleshooting SSH Tectia Server for IBM z/OS >>
    Man Pages and Default Configuration Files >>
    Log Messages >>

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

The conddisp option can take values CATLG, UNCATLG, KEEP, and DELETE, and they have the following effects, depending of the file type (MVS or HFS):

  • CATLG (default): an MVS dataset is retained and its name is cataloged. An HFS file is retained.
  • UNCATLG: the name of an MVS dataset is removed from the catalog but it is retained. An HFS file is retained.
  • KEEP: an MVS dataset is retained (if cataloged it will be still cataloged, if uncataloged it will be still uncataloged). An HFS file is retained.
  • DELETE: the name of an MVS dataset is removed from the catalog and the space allocated for it is released. An HFS file is deleted.

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2011 SSH Communications Security Corp.
This software is protected by international copyright laws. All rights reserved.
Copyright Notice