Sending folders does not work on Windows
Instead of recreating the folder structure in the pod, runprodctl creates a bund of individual files with names like "
The same functionality works fine when sending from linux. Does not work in Windows.
Can confirm sending folders is broken on windows. I have to zip them first, then use runpodctl to send the zip. Else it loses all folder structure,
It fails on Windows due to packaging with \ in the path. There are also other idiosyncracies--- e.g. runpodctl send . creating a ..zip, and I think Windows can't receive folder from runpod.
.zip files explicitly forbid using \ in paths. See 4.4.17.1 of https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
It's fixed in upstream dependency already: https://github.com/schollz/croc/pull/589