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

Keeps uploading past 100% of file size #5645

Closed
cyberduck opened this issue Jan 14, 2011 · 8 comments
Closed

Keeps uploading past 100% of file size #5645

cyberduck opened this issue Jan 14, 2011 · 8 comments
Assignees
Labels
bug sftp SFTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

a7793c2 created the issue

Hi,

The problem is that when I upload a file—I'd say more than 100mb—after it reaches 100% of the file size, it pauses, reopens a connection, then keeps adding to the file upload. I let it run continuously to see what would happen, and after 3.5 hrs, it uploaded to 200% and was successful. Is there any reason this is happening? I'm running Cyberduck 4.0b9 on a Mac with DSL and Leopard.

Thanks

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from View → Log Drawer of the Transfers window.

@cyberduck
Copy link
Collaborator Author

a7793c2 commented

Replying to [comment:1 dkocher]:

Please post the transcript from View → Log Drawer of the Transfers window.

Is the above comment supposed to help with the problem? If so, when I open the Log Drawer during, before or after, it's completely blank. Please advise?

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:2 Mel]:

Replying to [comment:1 dkocher]:

Please post the transcript from View → Log Drawer of the Transfers window.

Is the above comment supposed to help with the problem? If so, when I open the Log Drawer during, before or after, it's completely blank. Please advise?

I suppose this is a SFTP connection then where we don't have any transfer logging. Is this reproducable? If so, can you enable debug logging and send me the output.

@cyberduck
Copy link
Collaborator Author

469260b commented

Same problem here; I sent a 14MB dir over sftp to another mac, and there were two issues:

  1. Cyberduck reported the directory size as 70MB
  2. When it transferred 70MB, it just kept going.
           abalfour$ du -hHc WebKit.framework | grep total
                    14M	total

Massive debug log (63M!) is available here:

http://ajnb.net/cyberduck.log

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:4 Abalfour]:

Same problem here; I sent a 14MB dir over sftp to another mac, and there were two issues:

  1. Cyberduck reported the directory size as 70MB
  2. When it transferred 70MB, it just kept going.
           abalfour$ du -hHc WebKit.framework | grep total
                    14M	total

Massive debug log (63M!) is available here:

http://ajnb.net/cyberduck.log

The issue here is different from the original problem in this ticket. For the framework, we follow the symbolic links pointing inside the bundle uploading files twice.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:5 dkocher]:

The issue here is different from the original problem in this ticket. For the framework, we follow the symbolic links pointing inside the bundle uploading files twice.

This will be taken care of in #1860.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

For the original issue in this ticket, there is possibly a connection problem upon terminating the transfer and automatic repeat of failed networking tasks is configured in Preferences → Connection → Timeouts. But the transfer should restart at 0% in that case.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I cannot replicate the issue. In case you can replicate the issue, please post any output you can find in the system.log (/Applications/Utilities/Console.app)?

@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