SFTP download hangs after a certain number of files. #560
Labels
Comments
Assuming this is based on the comments you left in #60, noting that here for issue link. thanks! |
Yep. If you want a working example of the bug, I can send you a complete example (privately, due to containing login details). |
I'm trying to use paramiko for business purposes, and this is stopping us from being able to rely on it. Is there anything I can do to help this along? |
Closed
Hoping this falls under #577 which is seeing a fix merged, please reopen if not so. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When recursively downloading a directory from an SFTP connection, the download will always hang after a certain number of files (always somewhere around 60).
The number of files that are downloaded before hanging is always the same for the same directory. I have checked this by having it skip some files, to test if it was the specific file or the number of files.
With a few different parent directories I tested with, it would hang on file 59, 60, 61 and 66, depending on the directory. It is always the same count for the same directory.
When interrupting the program in this hung state, this is the stack trace:
The text was updated successfully, but these errors were encountered: