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

zos-files upload dir-to-uss doesn't support all z/OSMF profile options #2337

Closed
t1m0thyj opened this issue Oct 31, 2024 · 1 comment · Fixed by #2350 or #2356
Closed

zos-files upload dir-to-uss doesn't support all z/OSMF profile options #2337

t1m0thyj opened this issue Oct 31, 2024 · 1 comment · Fixed by #2350 or #2356
Assignees
Labels
bug Something isn't working needs-ported Indicates that a PR needs to be ported (master - lts-incremental) priority-medium Not functioning - next quarter if capacity permits severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.

Comments

@t1m0thyj
Copy link
Member

This command is missing the --encoding option, which should be present for consistency with other upload commands like zos-files upload dir-to-pds.

It also has the --response-timeout option defined, but does not use it because only a partial subset of upload options are passed through:

public static async uploadFile(session: AbstractSession, localPath: string, ussPath: string,
options: IUploadOptions): Promise<IZosFilesResponse> {
const tempOptions: Partial<IUploadOptions> = {};

return await this.fileToUssFile(session, localPath, ussPath, tempOptions);

@t1m0thyj t1m0thyj added bug Something isn't working new The issue wasn't triaged yet labels Oct 31, 2024
@github-project-automation github-project-automation bot moved this to New Issues in Zowe CLI Squad Oct 31, 2024
Copy link

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

@JTonda JTonda added priority-medium Not functioning - next quarter if capacity permits severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex. needs-ported Indicates that a PR needs to be ported (master - lts-incremental) and removed new The issue wasn't triaged yet labels Nov 4, 2024
@zowe-robot zowe-robot moved this from New Issues to Medium Priority in Zowe CLI Squad Nov 4, 2024
@jace-roell jace-roell self-assigned this Nov 4, 2024
This was linked to pull requests Nov 4, 2024
@github-project-automation github-project-automation bot moved this from Medium Priority to Closed in Zowe CLI Squad Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-ported Indicates that a PR needs to be ported (master - lts-incremental) priority-medium Not functioning - next quarter if capacity permits severity-medium Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.
Projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

3 participants