David Kocher
David Kocher
The server log states ``` ``` Relates to [^1]. [^1]: #5087
When a specific connection profile is available the user should be prompted to install it when configuring a bookmark.
Moving a folder containing a large file upload with multiple segments will fail as segments are moved prior the manifest file. When moving the manifest file it will fail because...
Allow to configure [lifecycle policies](https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html) for previous versions of files in versioned buckets. * `NoncurrentVersionTransition`. Amazon S3 transitions the noncurrent object versions to the specified storage class. > When the...
Attempting to authenticate as guest using `AuthenticationContext.guest()` results in an exception ``` Caused by: java.lang.NullPointerException at com.hierynomus.smbj.connection.SMBSessionBuilder.deriveKey(SMBSessionBuilder.java:324) at com.hierynomus.smbj.connection.SMBSessionBuilder.deriveKeys(SMBSessionBuilder.java:290) at com.hierynomus.smbj.connection.SMBSessionBuilder.setupSession(SMBSessionBuilder.java:174) at com.hierynomus.smbj.connection.SMBSessionBuilder.setupSession(SMBSessionBuilder.java:152) at com.hierynomus.smbj.connection.SMBSessionBuilder.establish(SMBSessionBuilder.java:119) at com.hierynomus.smbj.connection.Connection.authenticate(Connection.java:197) ``` The server...
Not sure if this is even an issue or if configuring a custom SO_TIMEOUT doesn't make sense at all. Setting a SO_TIMEOUT > 0 for the `DirectTcpTransport` socket causes the...
The types and wording in `AccountType` [^1] does not reflect the available plans advertised [^2]. This is probably an issue with the API itself [^3] but would at least require...