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

File transfer canceling with invalid packet length error #9834

Closed
cyberduck opened this issue Feb 2, 2017 · 1 comment
Closed

File transfer canceling with invalid packet length error #9834

cyberduck opened this issue Feb 2, 2017 · 1 comment
Assignees
Labels
bug sftp SFTP Protocol Implementation thirdparty Issue caused by third party
Milestone

Comments

@cyberduck
Copy link
Collaborator

7a5f3cd created the issue

Cyberduck 5.3.4
Mac OS X 10.11.6 "El Capitan", 10.12 "Sierra"

We have the problem that Cyberduck cancels data transfers to SFTP Server, when the transferred datas is larger (about >2GB).
Cyberduck the stops the transfer after a while showing the error:

Verbindung fehlgeschlagen. Invalid packet length: 468347060

The SFTP Server shows a application error in the logfile:
Logfile error sftp-Server (several the same error):

2017-02-01 08:35:52,202 mod_sftp/0.9.9[7693]: client at 212.9.171.26 sent SSH_DISCONNECT message:  (Application error)

We tested it from different Internet Accounts with different Macs. the error is the same.
A alternative test from trhe same Macs und Internet Account using FileZilla works without any failures.

I have added two screenshots with the configuration and error message.

best regards,

Lars


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The packet length limit is set to 256K (256 * 1024).

@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 thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

2 participants