Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for base profile #59

Closed
FALLAI-Denis opened this issue Aug 24, 2020 · 0 comments · Fixed by #107
Closed

Support for base profile #59

FALLAI-Denis opened this issue Aug 24, 2020 · 0 comments · Fixed by #107

Comments

@FALLAI-Denis
Copy link

FALLAI-Denis commented Aug 24, 2020

When creating a zftp profile, the options "user", "password", and to a lesser extent "host", (but not "port"), are required.
This is not compatible with the use of a base profile.

Tested with @zowe/zos-ftp-for-zowe-cli version 1.2.0.

zowe profiles create zftp FTP1

Syntax Error:
Missing Required Option:
--host (-H)

Option Description:
The hostname or IP address of the z/OS server to connect to.

Syntax Error:
Missing Required Option:
--user (-u)

Option Description:
Username for authentication on z/OS

Syntax Error:
Missing Required Option:
--password (-p,--pass,--pw)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant