beks6

Results 20 comments of beks6

How does your code look alike? This is working for me. When I run the App I can also see parallel uploads ``` func uploadPhotos(handler: @escaping (_ success: Bool) ->...

same issue here M1 Mac XCode 13.2.1

I think the problem here is, since AMSMB2 doesn't support SPM yet (or ever will) you need to add the project as a framework to your projects as described in...

have you added the framework under Targets - Frameworks, Libraries and Embedded Content as "Embed & Sign" Otherwise have checked this https://developer.apple.com/forums/thread/661163 I didn't run into this issue. My environment...

What's the name of your share? Is it really sharedDirectory? You need first to connect to your entry point f.e. smb://192.168.6.5/Entrypoint A server can have multiple entrypoints on the same...

Did you checked on your machine? I am able to connect with iOS 15.2.1

Check also #72 there seems to be already an approach to a solution

Leaving a comment for others This project doesn't support SPM, you can import it with the git link into XCode through "Add Packages", but you will fail to build as...

Hello guys, I'm using TOSMBClient for my SMB Share. Take a look to this [issue](https://github.com/TimOliver/TOSMBClient/issues/49), I am able to connect to a domain based system and upload files

OK, I think I found something You are setting [here](https://github.com/TimOliver/TOSMBClient/blob/284418d2e2ea2c89077bc71c37c71eed3edf49ae/TOSMBClient/TOSMBSession.m#L228) the hostName as Domain, this could be the reason for my problem :). But in this case it shouldn't be...