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 FTP as a connection protocol #342

Open
pjfarleyiii opened this issue Oct 21, 2024 · 1 comment
Open

Support FTP as a connection protocol #342

pjfarleyiii opened this issue Oct 21, 2024 · 1 comment
Labels
enhancement New feature or request priority-low

Comments

@pjfarleyiii
Copy link

Currently the zowe-client-python-sdk only supports a zOSMF connection/interface. In environments where zOSMF access is not (or not yet) available but FTP access IS available, both zowe Explorer and the zftp plugin of the zowe CLI support access via FTP.

As of now, we cannot use the zowe-client-python-sdk functions when the only z/OS connection interface available is FTP.

Please support z/OS connection access similar to the zftp CLI plugin.

The only current alternative is to run zowe zftp commands as external processes, either via python system() or better with a python subprocess.run() setup to capture results inside the python program directly.

@pjfarleyiii pjfarleyiii added the enhancement New feature or request label Oct 21, 2024
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad Oct 21, 2024
Copy link

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

@zowe-robot zowe-robot moved this from New Issues to Low Priority in Zowe CLI Squad Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low
Projects
Status: Low Priority
Development

No branches or pull requests

2 participants