David Kocher

Results 314 comments of David Kocher

> from the migration guide, the most matching option seems to be a loopback IP address -- so cyberduck temporarily listens on some localhost+port and that is given as the...

Similar API exists on macOS with `ASWebAuthenticationSession` [^1]: https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession?language=objc

> Hanging tests on macOS 12. Unfortunately cannot be reproduced locally. ``` [INFO] Running ch.cyberduck.core.urlhandler.WorkspaceSchemeHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 s -...

API Documentation > https://docs.openstack.org/swift/latest/api/object_versioning.html#

Add an implementation using [smbj - SMB2/SMB3 client library for Java](https://github.com/hierynomus/smbj) should be quit straight forward.

Underlying error locating download target ``` 2022-04-29 11:15:20,757 [Thread-39] DEBUG ch.cyberduck.core.threading.DefaultFailureDiagnostics - Determine cause for failure BackgroundException{class=class ch.cyberduck.core.exception.BackgroundException, file=null, message='Error', detail='No such file or directory.', cause='sun.nio.fs.UnixException: No such file or...

Cannot be reproduced downloading to WebDAV mount on macOS 12.6.

This would require to start the SFTP subsystem on the server using `sudo`.

Make sure the IAM user has the permission `s3:GetBucketLocation` to read the bucket location. We should actually handle this with the `S3BucketRegionRedirectStrategy` [^1] [^1]: https://github.com/iterate-ch/cyberduck/blob/master/s3/src/main/java/ch/cyberduck/core/s3/S3BucketRegionRedirectStrategy.java