Jöran Malek
Jöran Malek
Do you use the App Store or standalone version of Cyberduck?
Can you check whether disabling multiple connections in the Cyberduck preferences window before downloading resolves your issue? That is select Single Connection instead of Multiple Connections. Additionally please gather the...
Does updating to the Nightly-feed resolve the issue? (Preferences -> Update, change Release to Snapshot, check for update)
Cyberduck uses operating system native methods of resolving DNS names - there is nothing special implemented. What type of domain is not resolveable to you?
Profiles view in Cyberduck is already single-loaded (due to the Preferences window being singleton) https://github.com/iterate-ch/cyberduck/blob/master/core/native/refresh/src/main/csharp/ViewModels/Preferences/Pages/ProfilesViewModel.cs#L51 On Mountain Duck the tab usually is loaded once it is activated, that is the...
Updated behavior in Windows implementation. Uses central registry/cache which lazy-loads, once requested.
Going to create PR to fix failing Windows builds.
Rebased to fix Windows-build.
Then we should provide a separate cache for profiles (independent of client), and running ProfilesSynchronizeWorker everytime - doing a noop if one ProfilesSynchronizeWorker previously registered a successful remote listing.
Can you resize the Filename column to be smaller?