Richard Whitney

Results 6 comments of 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: ![image](https://user-images.githubusercontent.com/746353/64892230-b2e68b00-d628-11e9-9b46-9d27990edeef.png)

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: ![image](https://user-images.githubusercontent.com/746353/39728806-9b4cfb1e-520d-11e8-919d-b76a2de480ae.png) 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();...