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

Large file transfers don't complete #19

Open
johnbillion opened this issue Dec 31, 2023 · 1 comment
Open

Large file transfers don't complete #19

johnbillion opened this issue Dec 31, 2023 · 1 comment

Comments

@johnbillion
Copy link
Member

There appears to be an issue transferring large files over scp onto an Altis Cloud environment. The result is a transfer that stalls when it reaches 100% on the progress bar, shows the total size in MB as having been transferred in full, but the transfer never actually completes. When attempting to work with the transferred file it may or may not be complete enough. For example, trying to unzip a zip archive that stalled on 100% will result in a "End-of-central-directory signature not found" error.

I'm not sure at what size the problem becomes apparent. I've successfully transferred zips up to 162MB. A zip of 370MB will stall at 100% and not complete. I wonder if this may be related to the available disk space on the target environment.

To reproduce

  • Create a zip file >= 370MB in size
  • Transfer it with altis-cli stack scp <from> <to>
  • Observe that the transfer will stall at 100%, but will never finish, and the transfer itself is not actually complete
@johnbillion
Copy link
Member Author

It's looking more like this is related to the available disk space being full, and the Altis CLI doesn't correctly handle this.

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