SMBClient icon indicating copy to clipboard operation
SMBClient copied to clipboard

SMBClient is a small dynamic library that allows iOS apps to access SMB/CIFS file servers.

Results 9 SMBClient issues
Sort by recently updated
recently updated
newest added

I write files in the calling method, bufferSize is set to a large, for example 1000kb, after the operation, in the following code position "long bytesWritten = smb_fwrite (self) share)...

Run program console print: [Failed to broadcast: No route to host], what's the problem? Ios is 13.3, xcode is 11.3, and MAC OS is 10.15. Can you give me some...

This library does not support ipv6 now https://developer.apple.com/library/content/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html#//apple_ref/doc/uid/TP40010220-CH213-SW1

enhancement

![screen shot 2019-02-28 at 2 54 40 pm](https://user-images.githubusercontent.com/41427505/53556025-13b8e500-3b69-11e9-89aa-bef02584f58a.png) I get error like "Undefined symbols for architecture armv7"

Add shared schemes.

I succeeded in uploading files, but always failed to move file. ``` Error Domain=smb.error Code=58 "No such file or directory" UserInfo={NSLocalizedDescription=No such file or directory} ```

Hi when i connect the mac its working but when i access the Window share file it give this error "Unable to connect" if let session = self.session { session.requestItems(atPath:...

Hello, I have been searching for a good library for SMB for iOS and found yours worth usable. However, I am experiencing an issue with domain based users. I am...

duplicate

Hi, I can connect with a machine on windows network but it does not list share folders. The error i get is: (Error Domain=dsmerror Code=3 "SMB error" UserInfo={NSUnderlyingError=0x14788e40 {Error Domain=nt.error...