amosavian / FileProvider

FileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive) files -- Swift
MIT License
56 stars 14 forks source link

SMB #68

Open anonymouz4 opened 6 years ago

anonymouz4 commented 6 years ago

Is there any expectation, when the SMB support will be finished?

amosavian commented 6 years ago

I don't know. I should implement a stack first, then implement a URLSessionTask for it. I don't have enough time now unfortunately.

skrew commented 6 years ago

Not easy to help as SMB functions in this lib are not documented.

Do you think you can implement a base (login / browse) and maybe we can help after ? Or maybe a little doc for functions to use ?

onesentinel commented 6 years ago

Any updates on SMB? @amosavian

amosavian commented 6 years ago

@onesentinel Please check https://github.com/amosavian/AMSMB2

onesentinel commented 6 years ago

@amosavian I mean on SMB 1 integration?

amosavian commented 6 years ago

There was no intention to integrate/implement SMB1. It’s an obsolete protocol.

However you can use https://github.com/TimOliver/TOSMBClient for SMB1.

onesentinel commented 6 years ago

@amosavian The TOSMBClient Framework is pretty useless bc it can neither Delete nor Move or Rename, all Features that are important for me

amosavian commented 6 years ago

Check this one https://github.com/naxos/SMBClient