Results 2 issues of Marcus Borges

``` var fs = require("fs"); zip.file("test.txt", "hello there"); var data = zip.generate({base64:false,compression:"DEFLATE"}); fs.writeFileSync("test.zip", data, "binary"); ``` using FileSaver.js `saveAs(data,"Test.zip");` or `saveAs(new Blob([data]),"Test.zip");` does not work

Hi guys, Im trying to connect based on this post : ![image](https://github.com/billchurch/webssh2/assets/5714631/1c955fe8-fa86-4a71-8772-2461fd0e1b39) https://github.com/billchurch/webssh2/issues/209 and Im receiving this error ```bash marcus@marcus-laptop:~$ docker run --name webssh2 -p 2222:2222 -v /home/marcus/Downloads/temp/app1/app/config.json:/usr/src/config.json billchurch/webssh2 WebSSH2...

enhancement
help wanted