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

Investigate methods of binary data transfer #80

Open
t1m0thyj opened this issue Feb 6, 2025 · 0 comments
Open

Investigate methods of binary data transfer #80

t1m0thyj opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request priority-low Legit issue but cosmetic or nice-to-have

Comments

@t1m0thyj
Copy link
Member

t1m0thyj commented Feb 6, 2025

Compare performance of several methods for uploading/downloading large binary files:

  • SFTP using ssh2
  • z/OSMF using Zowe SDK
  • Base64-encoded over SSH
  • Binary over SSH w/ raw mode

Plan to test with several different file sizes (10MB, 100MB, 1GB) and chunk sizes if applicable.

Report the transfer time for each case and use checksums to verify the downloaded file is binary identical to the original.

@t1m0thyj t1m0thyj self-assigned this Feb 6, 2025
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad Mar 3, 2025
@t1m0thyj t1m0thyj added enhancement New feature or request research labels Mar 3, 2025
@JTonda JTonda added priority-low Legit issue but cosmetic or nice-to-have and removed research labels Mar 10, 2025
@zowe-robot zowe-robot moved this from New Issues to Low Priority in Zowe CLI Squad Mar 10, 2025
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 Legit issue but cosmetic or nice-to-have
Projects
Status: Low Priority
Development

No branches or pull requests

2 participants