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

Incomplete download #7765

Closed
cyberduck opened this issue Jan 29, 2014 · 3 comments
Closed

Incomplete download #7765

cyberduck opened this issue Jan 29, 2014 · 3 comments
Assignees
Labels
bug fixed sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

c8f30de created the issue

Using Cyberduck to open files on remote server for editing in TextMate2. Have been working for several hours, loading files, saving them, closing them, opening other files, etc. One file in particular I have re-opened a couple of times, this time it has downloaded an incomplete copy. SSH'ing into the remote server and cat'ing the file shows the file still complete on the remote server. Re-downloading the file (including downloading to desktop, instead of editor) it consistently transfers an incomplete copy. Unfortunately the log window wasn't enabled when I first experienced this, but enabling the log window and re-downloading to display a fresh incomplete copy gives this log:

SSH_FXP_OPEN
SSH_FXP_HANDLE
SSH_FXP_READ
SSH_FXP_DATA
SSH_FXP_CLOSE
SSH_FXP_STATUS

Disconnecting, reconnecting to the server then downloading the file again gives a complete copy with the following log:

SSH_FXP_INIT
SSH_FXP_VERSION
posix-rename@openssh.com
statvfs@openssh.com
fstatvfs@openssh.com
SSH_FXP_OPENDIR
SSH_FXP_HANDLE
SSH_FXP_READDIR
SSH_FXP_NAME
<-- directory list -->
SSH_FXP_READDIR
SSH_FXP_STATUS
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_OPENDIR
SSH_FXP_HANDLE
SSH_FXP_READDIR
SSH_FXP_NAME
<-- directory list -->
SSH_FXP_READDIR
SSH_FXP_STATUS
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_OPENDIR
SSH_FXP_HANDLE
SSH_FXP_READDIR
SSH_FXP_NAME
<-- directory list -->
SSH_FXP_READDIR
SSH_FXP_STATUS
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_OPENDIR
SSH_FXP_HANDLE
SSH_FXP_READDIR
SSH_FXP_NAME
<-- directory list -->
SSH_FXP_READDIR
SSH_FXP_STATUS
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_OPENDIR
SSH_FXP_HANDLE
SSH_FXP_READDIR
SSH_FXP_NAME
<-- directory list -->
SSH_FXP_READDIR
SSH_FXP_STATUS
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_OPENDIR
SSH_FXP_HANDLE
SSH_FXP_READDIR
SSH_FXP_NAME
<-- directory list -->
SSH_FXP_READDIR
SSH_FXP_STATUS
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_OPENDIR
SSH_FXP_HANDLE
SSH_FXP_READDIR
SSH_FXP_NAME
<-- directory list -->
SSH_FXP_READDIR
SSH_FXP_STATUS
SSH_FXP_CLOSE
SSH_FXP_STATUS
SSH_FXP_OPEN
SSH_FXP_HANDLE
SSH_FXP_READ
SSH_FXP_DATA
SSH_FXP_CLOSE
SSH_FXP_STATUS

Cyberduck Version 4.4.3 (14140)
OS X 10.8

@cyberduck
Copy link
Collaborator Author

c8f30de commented

Nb. I will try and capture a log of when this happens to a file for the first time in a session.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you reproduce this issue with the latest snapshot build available.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

This should be fixed with 92c1d16.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants