Amir Abbas Mousavian
Amir Abbas Mousavian
Hi, I didn’t see that in rfc documentation and I don’t think this is part of standard. However, you can subclass `WebDAVFileProvider` and override `url(of:)` and `relativePath(of:)` functions in order...
Sorry for misinterpretation. I thought you are talking about passing document id as path.
I can’t reproduce
If you check codes [here](https://github.com/amosavian/FileProvider/blob/master/Sources/FPSStreamTask.swift#L735-L738), it's intentional behavior to workaround a bug in iOS 11 CFStream which closes write stream prematurely. To prevent truncated uploaded file, I have set a...
Indeed I must find a way to use native `URLSessionStreamTask` instead of my implementation. But it doesn't establish data connection correctly.
From what you explained I think you have encountered a bug. I'm working on it.
I don't know. I should implement a stack first, then implement a URLSessionTask for it. I don't have enough time now unfortunately.
@onesentinel Please check https://github.com/amosavian/AMSMB2
There was no intention to integrate/implement SMB1. It’s an obsolete protocol. However you can use https://github.com/TimOliver/TOSMBClient for SMB1.
Check this one https://github.com/naxos/SMBClient