zos-files upload dir-to-uss
doesn't support all z/OSMF profile options
#2337
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.
This command is missing the
--encoding
option, which should be present for consistency with other upload commands likezos-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:zowe-cli/packages/zosfiles/src/methods/upload/Upload.ts
Lines 857 to 859 in 97402aa
zowe-cli/packages/zosfiles/src/methods/upload/Upload.ts
Line 885 in 97402aa
The text was updated successfully, but these errors were encountered: