Download all spool content for a job to files in a local directory by providing
the job id
Usage
zowe zos-ftp download all-spool-by-jobid <jobid> [options]
Positional Arguments
-
jobid
(string)
- The ID of the job for which you would like to list spool files
Options
-
--directory
| -d
(string)
- The local directory to save the spool content to. By default, it will be saved
to "./output".
-
--omit-jobid-directory
| --ojd
(boolean)
- If you specify this, the job output will be saved directly to the specified (or
default) directory. For example, if you omit this, the output would be saved to
./output/JOB00123. If you specify --ojd, the JOB00123 directory would not be
included in the output path and the content would be saved to ./output.
-
--secure-ftp
(boolean)
-
Set to true for both control and data connection encryption, 'control' for
control connection encryption only, or 'implicit' for implicitly encrypted
control connection (this mode is deprecated in modern times, but usually uses
port 990). Note: Unfortunately, this plugin's functionality only works with FTP
and FTPS, not 'SFTP' which is FTP over SSH.
Default value: true
-
--connection-timeout
| --ct
(number)
Required Options
TLS / Secure Connection options
Profile Options
Base Connection Options
Examples