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.
The text was updated successfully, but these errors were encountered:
cyberduck commentedNov 29, 2010
Using FTP, when trying to download a file which already exists locally, it fails without a message. The console log says:
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.
The text was updated successfully, but these errors were encountered: