SMBClient icon indicating copy to clipboard operation
SMBClient copied to clipboard

UnUnable to connect

Open zeshanmusawar opened this issue 7 years ago • 0 comments

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: path!) { (result) in self.title = self.path?.routablePath switch result { case .success(let items): self.items = items case .failure(let error): self.items = [] print("FilesTableViewController failed to request files: (error)") } } when connect the window in the result show the Failure .

zeshanmusawar avatar Jun 29 '18 08:06 zeshanmusawar