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

Enhancement: Add progress tracking to DirToUSSDirHandler for file upl… #2399

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MAVRICK-1
Copy link

What It Does
This update enhances the DirToUSSDirHandler functionality:

  • Introduced progress tracking using commandParameters.response.progress to provide feedback during file uploads.
  • Reintroduced the encoding parameter in the upload options to ensure compatibility with various encoding configurations.

fixed #2344

How to Test

  1. Configure the handler with a valid session and set encoding in the upload options.
  2. Run the upload command with both recursive and non-recursive options.
  3. Verify that a progress bar is displayed during the upload process.
  4. Check the console log for properly formatted responses.

Review Checklist
I certify that I have:

Additional Comments
This update ensures better user feedback through progress tracking and retains support for encoding, making the handler more robust.

@MAVRICK-1
Copy link
Author

@zFernand0 can you review my PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Fix missing progress bar on zos-files upload dir-to-uss command
1 participant