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

Implement zftp dl/ul "am" functions - to download/upload all members from/to a PDS/PDSE #175

Open
pjfarleyiii opened this issue Oct 27, 2024 · 1 comment
Labels
enhancement New feature or request priority-medium

Comments

@pjfarleyiii
Copy link

pjfarleyiii commented Oct 27, 2024

Right now the zftp dl ds function can only download one member of a PDS/PDSE at a time. The zOSMF-based zowe "files dl am" function can download all members in one connection, which is much more efficient than one member at a time.

The "dl am" function should implement the equivalent of the FTP sequence:

cd PDS-DS-name
prompt
lcd <local-directory-for-dl>
mget *

It would also be very useful to have the same additional options available as does the zowe "files dl am" function:

--directory
--extension
--fail-fast
--response-timeout

The same features should be mirrored in an "zftp ul am" function for uploading a local (sub-)directory to a PDS/PDSE:

cd PDS-DS-name
prompt
lcd <local-directory-for-ul>
mput *

@pjfarleyiii pjfarleyiii added the enhancement New feature or request label Oct 27, 2024
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad Oct 27, 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 Medium Priority in Zowe CLI Squad Oct 28, 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-medium
Projects
Status: Medium Priority
Development

No branches or pull requests

2 participants