-
Notifications
You must be signed in to change notification settings - Fork 140
Description
Hi,
We're frequently seeing a Missing file segements in upload:0 error when trying to upload a file to a client's SFTP. It's a large file - ~1GB. The upload is successful and complete (we've verified the checksum), so we're unsure why we're seeing this error. We seeing this error about 80% of the time.
We found this issue on the library we're using. We also tried using a different library (which still uses this ssh2-streams library), but got the same error. We are able to successfully upload a file using scp.
We enabled debug mode, but nothing really jumped out. We did notice a 2 second pause between the last debug log and when the error was thrown.
Here's a screenshot of when the error was thrown:
We're not sure whether this is a problem with the SFTP server, or an issue at our end.
Any advice would be greatly appreciated.
Thanks!
