Florian Brand
Results
2
comments of
Florian Brand
I've tried to download a .zip file (from a local server) using the post response scripting. This is my post response script: ```js const fs = require('fs'); const path =...
Writing _kinda_ works. If I rewrite the code and ignore the error, the file gets written, but is corrupt. Trying to unzip it using `unzip` (from apt) returns this: ```...