Amir Abbas Mousavian
Amir Abbas Mousavian
That's weird. It supposed to be fixed. I will add sanitizer again until the new fix in libsmb2
I didn't expose any method to append data to existing files. Technically it should be poosible.
i rechecked and found why I did not implement appending feature. libsmb2 does not implement `lseek()` with `SEEK_END` parameter in order to get to end of file. There are some...
Hi, This library is using Swift 5. In case you need to maintain your main project in Swift4, please use package managers like Cocoapods
This library embeds pre-compiled binaries hence does not support SPM. That `Package.swift` is there to support Accio package manager. I must remove that file in order to prevent such mistakes.
Hi, SMB3 is partially supported. See [libsmb2 readme](https://github.com/sahlberg/libsmb2) for more details. I will build with new version and it will probably fixed.
libsmb2 does not support such functionality, and I don't know exact details to implement such functionality. I don't know if any SMB2 server (specially samba) does support such functionality or...
Use `copyItem(localFile:, to:)` and `copyItem(path:, toLocalURL:)` functions in order to not load contents into memory.
Maybe, can you revert it and check if it fixs or not?
@CPiersigilli I'm really sorry. I've a research project which deadline is near and I've llittle time to investigate issues. I will fix it though. Thanks.