Richard Whitney
Richard Whitney
Hello! I just am testing this for my co-workers. I use sshfs for linux myself, which woks great. I am able to connect and load files with sshfs-win - when...
Thanks for the response. Here is a screenshot: 
here you go: ``` C:\Users\Richard Whitney>"C:\Program Files (x86)\WinFsp\bin\fsptool-x64.exe" perm Y:\kv O:S-1-5-21-410817959-1723000825-2337116463-1001G:S-1-5-21-410817959-1723000825-2337116463-513 D:P(A;;FA;;;S-1-5-21-410817959-1723000825-2337116463-1001)(A;;0x1200a9;;;S-1-5-21-410817959-1723000825-2337116463-513)(A;;0x1200a9;;;WD) (perm=197609:197121:0755) ```
data[0] needed to be just data - I was getting only the first element in the array
With that problem solved, I need a callback function when all files have been written to the archive before offering for download ``` output.on('end', function() { console.log('done'); socket.emit('zip-selected', file); });...
UPDATE: I have gotten this far:  Here's the entire frontend: // Requires Moment.js var dateAry = []; var timesAry = []; timesAry.push(); timesAry.push(); timesAry.push(); timesAry.push(); timesAry.push(); timesAry.push(); timesAry.push(); dateAry.push();...