Configuration profile for z/OS FTP
Warning: This command has been deprecated.
Recommended replacement: The 'config set' command
Usage
zowe profiles update zftp-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new zftp profile. You can load this profile by using the name on commands that support the "--zftp-profile" option.
FTP Connection options
-
--host
| -H
(string)
- The hostname or IP address of the z/OS server to connect to.
-
--port
| -P
(number)
- The port of the z/OS FTP server.
-
--user
| -u
(string)
- Username for authentication on z/OS
-
--password
| -p
| --pass
| --pw
(string)
- Password to authenticate to FTP.
-
--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.
-
--connection-timeout
| --ct
(number)
- How long (in milliseconds) to wait for the control connection to be established.
-
--encoding
| --ec
(string)
- The encoding for download and upload of z/OS data set.
TLS / Secure Connection options