Nicola Murino
Nicola Murino
> We use an upload, rename, delete-local strategy to be sure that the data has been sent in its entirety to the server. Checking if the file exists beforehand is...
> Thanks for the insight on the 'stat' operation, I will look into that, if that affects our use case. > > I just installed openSSH on Win11 from Settings...
> I can replicate the behaviour you describe exactly with the sftp executable from openSSH connecting to the openSSH instance on Win11. > it uses posix-rename, see the above edit
Yes, see my edit above, the current behavior is correct when the client sends a posix-rename request. Otherwise, we should return an error. There's no need for help at the...
Hi, I’m unable to reproduce the issue. Could you provide more details, such as the file size, the approximate download time required, and whether you have a proxy in front...
I believe we should implement a more generic integrity check support (instead of adding the `Content-MD5` header) which would also address compatibility issues with buckets that have Object Lock enabled....