Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending folders does not work on Windows #41

Open
achanin00 opened this issue Jun 13, 2023 · 2 comments
Open

Sending folders does not work on Windows #41

achanin00 opened this issue Jun 13, 2023 · 2 comments

Comments

@achanin00
Copy link

achanin00 commented Jun 13, 2023

Instead of recreating the folder structure in the pod, runprodctl creates a bund of individual files with names like "

<filename>" (notice that \ is not a folder seperator on linux).

The same functionality works fine when sending from linux. Does not work in Windows.

2023-06-13_18h21_45

@Frederik-Frydenberg
Copy link

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,

@zlstringham
Copy link

zlstringham commented Aug 29, 2023

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: schollz/croc#589

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants