HostTask
Description
The HostTask can be used to access z/OS utilities. It can also use FTP to upload, download, delete or submit files on a z/OS system.
Input parameters
| Parameter | Description |
|---|---|
ip |
The host machine to open a SSH connection. |
ftpport |
The port for the connection. Default: 22 |
user |
The username to open the SSH connection. |
pwd |
The user’s password. |
hostActionList |
A List of actions that should be executed on the z/OS system. For example you can define files that should be uploaded over an FTP connection. Further information can be found here. |
zftp |
An FTP client for z/OS systems. |
encrypted |
This indicates if the given password is encrypted or not. |
tempPassword |
The user’s password. |