humanmade / altis-cli

0 stars 0 forks source link

Large file transfers don't complete #19

Open johnbillion opened 10 months ago

johnbillion commented 10 months ago

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

johnbillion commented 10 months ago

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