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

Retry for incomplete transfers fail #2632

Closed
cyberduck opened this issue Oct 5, 2008 · 1 comment
Closed

Retry for incomplete transfers fail #2632

cyberduck opened this issue Oct 5, 2008 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

b704f45 created the issue

Using Cyberduck 3.0.3 (4180), OS X 10.4.11.

All large ftp downloads result in a transfer incomplete either at a gb boundry (around 1023 KB) or within 100 KB of the end. The auto-resumes all fail. Have to quit Cyberduck and relaunch to get the resume to work.

An example ftp session log, from the Transfers window (ip obscured):

227 Entering Passive Mode (XX,XX,XX,XX,197,174).
RETR testfile.mpg
150 Opening BINARY mode data connection for testfile.mpg (1237860008 bytes)
QUIT
220 ProFTPD 1.2.10 Server (ORINOCO FTP SERVER) [192.168.2.243]
QUIT
221 Goodbye.

And the resulting console log entries:

2008-10-05 13:47:12,774 [Background] ERROR ch.cyberduck.core.ftp.FTPSession - IO Error: Read timed out
Exception in thread "Background" java.lang.NullPointerException
	at ch.cyberduck.core.Session.login(Session.java:145)
	at ch.cyberduck.core.ftp.FTPSession.connect(FTPSession.java:227)
	at ch.cyberduck.core.Session.check(Session.java:83)
	at ch.cyberduck.core.ftp.FTPSession.check(FTPSession.java:180)
	at ch.cyberduck.core.Transfer.transfer(Transfer.java:515)
	at ch.cyberduck.core.Transfer.start(Transfer.java:643)
	at ch.cyberduck.ui.cocoa.CDTransferController$4.run(CDTransferController.java:581)
	at ch.cyberduck.ui.cocoa.threading.RepeatableBackgroundAction.finish(RepeatableBackgroundAction.java:186)
	at ch.cyberduck.ui.cocoa.CDTransferController$4.finish(CDTransferController.java:592)
	at ch.cyberduck.ui.cocoa.CDWindowController$1.run(CDWindowController.java:110)
2008-10-05 13:49:57,178 [Background] ERROR ch.cyberduck.core.ftp.FTPSession - IO Error: Broken pipe

For the purposes of debugging, if you add some more logging to your nightly, I can provide its results...

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 684a598.

@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.
Projects
None yet
Development

No branches or pull requests

2 participants