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

Cannot download when local files exist #5482

Closed
cyberduck opened this issue Nov 29, 2010 · 1 comment
Closed

Cannot download when local files exist #5482

cyberduck opened this issue Nov 29, 2010 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

01cba50 created the issue

Using FTP, when trying to download a file which already exists locally, it fails without a message. The console log says:

29.11.10 22:45:44	[0x0-0x69069].ch.sudo.cyberduck[1768]	2010-11-29 22:45:44,808 [pool-1-thread-7] ERROR ch.cyberduck.ui.AbstractController - Excpetion running background task:null
29.11.10 22:45:44	[0x0-0x69069].ch.sudo.cyberduck[1768]	java.lang.NullPointerException
29.11.10 22:45:44	[0x0-0x69069].ch.sudo.cyberduck[1768]		at ch.cyberduck.core.DownloadTransfer.filter(DownloadTransfer.java:308)
29.11.10 22:45:44	[0x0-0x69069].ch.sudo.cyberduck[1768]		at ch.cyberduck.core.Transfer.transfer(Transfer.java:514)
29.11.10 22:45:44	[0x0-0x69069].ch.sudo.cyberduck[1768]		at ch.cyberduck.core.Transfer.start(Transfer.java:632)
29.11.10 22:45:44	[0x0-0x69069].ch.sudo.cyberduck[1768]		at ch.cyberduck.ui.cocoa.BrowserController$22.run(BrowserController.java:2828)
29.11.10 22:45:44	[0x0-0x69069].ch.sudo.cyberduck[1768]		at ch.cyberduck.ui.AbstractController$1.run(AbstractController.java:73)
29.11.10 22:45:44	[0x0-0x69069].ch.sudo.cyberduck[1768]		at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
29.11.10 22:45:44	[0x0-0x69069].ch.sudo.cyberduck[1768]		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
29.11.10 22:45:44	[0x0-0x69069].ch.sudo.cyberduck[1768]		at java.lang.Thread.run(Thread.java:680)

Downloads work fine if the file does not already exist locally.
This behavior exists since upgrading to v. 3.7.
I have only tried FTP due to the fact that I don't use any other services.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 40219b6.

@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