Marcus Borges
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 :  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...