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

SFTP is mostly broken #7639

Closed
cyberduck opened this issue Nov 25, 2013 · 3 comments
Closed

SFTP is mostly broken #7639

cyberduck opened this issue Nov 25, 2013 · 3 comments
Assignees
Labels
bug sftp SFTP Protocol Implementation worksforme

Comments

@cyberduck
Copy link
Collaborator

001b6d2 created the issue

Just updated from 4.2.1 where SFTP worked for uploading files. Now it seems like SFTP is unable to upload a file if a file already exists on the server. When it does the file isn't complete, although half the time it doesn't even send the file

The only way I was about to get a file successfully uploaded, was to delete the existing (older) copy from the server.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post a screenshot of the upload failure message and the transcript from the log drawer of the Transfers window.

@cyberduck
Copy link
Collaborator Author

001b6d2 commented

(Aside: adding screen shot apparently clears this field... thank you Trac! :P )

First attempt, nothing filled in the drawer; perhaps it didn't even really attempt to connect?
After it timed out (screenshot attached) I clicked tried again and drawer logged:

SSH_FXP_INIT
SSH_FXP_VERSION
SSH_FXP_STAT
SSH_FXP_ATTRS
SSH_FXP_OPENDIR
SSH_FXP_HANDLE
SSH_FXP_READDIR
SSH_FXP_NAME
  (...directory contents removed by Tronster, but appear proper...)
SSH_FXP_READDIR
SSH_FXP_STATUS
SSH_FXP_CLOSE
SSH_FXP_STATUS

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The key exchange timeout indicates there is a connectivity issue to the server. Do you only get the timeout for uploads?

@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 sftp SFTP Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants