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

Cannot send file over 100GB with Windows binary from winget #893

Open
alussier opened this issue Feb 20, 2025 · 0 comments
Open

Cannot send file over 100GB with Windows binary from winget #893

alussier opened this issue Feb 20, 2025 · 0 comments

Comments

@alussier
Copy link

I installed croc on Windows via winget. Trying to send a file >100GB, hashing seems to stop at 100GB. I didn't notice and started receiving the file, where progress stopped at 100GB with an EOF. Tried again with the same result. I was able to send the file properly by using WSL, but the transfer speed is much slower.

On Windows:

Hashing C:\Users\Adam\Videos...  65% |██████████████████████████              | (1.4 GB/s) [1
Sending 'file.tar' (142.7 GB)
Code is: XXX

On the other computer run:
(For Windows)
    croc XXX
(For Linux/OSX)
    CROC_SECRET="XXX" croc
Code copied to clipboard
EOF

Receiving on Linux (installed via curl script):

file.tar  64% |████████████        | (100/153 GB, 8.5 MB/s) [2h59m57s:1h45m0s]EOF
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

1 participant