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
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:
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.
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 *
The text was updated successfully, but these errors were encountered: