TOSMBClient
TOSMBClient copied to clipboard
An Objective-C binding around the libDSM SMB client library.
netbios_ns_inverse: : Resource temporarily unavailable
` _session = [[TOSMBSession alloc] initWithHostName:@"JD-TT" ipAddress:@"192.168.0.103"]; [_session setLoginCredentialsWithUserName:@"JD123" password:@"123456"];` Run program console print: [Failed to broadcast: No route to host], what's the problem? Don't you have this problem with...
I start a TOSMBSessionUploadTask and then try to suspend it call the suspend() method, but the uploading is continue, and then if calling the resume() method before upload finished, didCompleteWithError...
Something fails here even though I think I did everything properly. It just returns **Unable to connect to share**. > The session and the filepath are vailid and transferred fine...
There was an Request 1 1/2 years ago about this and you said "Updated". So how do you do this if exists?
So I've been stuck with this for a while now and I still can't figure it out how to use. From what I understood [here](https://github.com/TimOliver/TOSMBClient/blob/284418d2e2ea2c89077bc71c37c71eed3edf49ae/TOSMBClient/TOSMBSession.m), it should be able to...
After testing this library against various versions of SMB on my Synology NAS, it appears that libdsm only supports SMBv1 at present. This is not great since SMBv1 has a...
I had set username password of smb server machine but it keep asking username/password. ## Hardware / Software Which version of the library were you using? Which version of iOS...
Hi, We are using TOSMBClient in our project to archive the videos/images to NAS. If our app has a video having a size of 1GB then we could see the...
How to show username and password alert in TOFilesTableViewController if authentication is required.
Hello Oliver, I'm tying to show username and password alert in TOFilesTableViewController if authentication is required. i want the same alert how it shows in TORootTableview controller if that particular...