tractordev / wanix

Experimental, local-first, web-native, Unix-like development environment
https://wanix.sh
MIT License
206 stars 11 forks source link

Download command #49

Closed Parzival-3141 closed 7 months ago

Parzival-3141 commented 7 months ago

Closes #40 Allows downloading a file or directory to the host computer. Implementation deviates slightly as I had troubles getting archive/tar to work properly. Both archive/tar and archive/zip have issues writing subdirectories. Weirdly this only happens if not using compression, otherwise it works fine.

In the future we can debug this and add options for file and compression formats.