You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 pythonsystem()
or better with a pythonsubprocess.run()
setup to capture results inside the python program directly.The text was updated successfully, but these errors were encountered: