We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefb025 commit 9e0682dCopy full SHA for 9e0682d
1 file changed
packages/zowex-for-zowe-explorer/src/api/SshUssApi.ts
@@ -85,7 +85,7 @@ export class SshUssApi extends SshCommonApi implements MainframeInteraction.IUss
85
await this.client
86
).uss.writeFile({
87
fspath: ussFilePath,
88
- encoding: options?.encoding,
+ encoding: options?.binary ? "binary" : options?.encoding,
89
stream: () => createReadStream(inputFilePath),
90
etag: options?.etag,
91
});
0 commit comments