TimOliver / TOSMBClient

An Objective-C binding around the libDSM SMB client library.
Other
178 stars 65 forks source link

How to Delete, Move, Rename Files? #53

Open anonymouz4 opened 7 years ago

anonymouz4 commented 7 years ago

There was an Request 1 1/2 years ago about this and you said "Updated". So how do you do this if exists?

TimOliver commented 7 years ago

Hi @anonymouz4!

Last I heard, the ability to move(/rename) and delete files was added to the underlying libdsm library (Header declarations are here: https://github.com/TimOliver/TOSMBClient/blob/master/TOSMBClient/libdsm/bdsm/smb_file.h), but no one's exposed those APIs on this binding level yet.

I'm pretty busy on other projects at the moment so I don't have time to add them. If you'd like to, feel free to file a PR. :)

onesentinel commented 6 years ago

Any updates on this?

TimOliver commented 6 years ago

Nope! Sorry!

Honestly, I'm not even sure what I want to do with this library at the moment. Since it only supports SMB1 and that's now been deprecated, it's not very usable anymore... 😅