Tim Oliver

Results 229 comments of Tim Oliver

Hi @yamakhalah! Thanks for the issue! Yeah. I agree. When I was testing this library, I mistyped the URL to my NAS several times and the timeout delay was really...

Hi @jicher-tang! I'm not actively working on this library at the moment. It's using a rather old version of libdsm now. If you want, try running the build script to...

Way ahead of you: https://github.com/sahlberg/libsmb2/issues/20 :) Hah! I'm actually working on a somewhat similar project: https://github.com/TimOliver/TOFileKit Hopefully we can share code. :)

Sorry for the late reply! Oh! Congrats on building the wrapper! I'll have to give it a try myself. I've sadly not had a lot of free time lately. Since...

None, sorry. :( I have no idea what sort of share you're connecting to, or what point it could be failing. I'd recommend you breakpoint my code and see if...

That's a very good question! I've always used this library on my home network, so I've never tried it on a VPN myself. My NAS is a Linux powered Synology,...

Oh wow! Nicely done! Hmm, okay. I wonder what the best way of supporting this would be then. What's stopping you from simply doing `TOSMBSession(hostName: "domain.com", ipAddress: "192.168.0.10")` at the...

Hmm, looking at the [libdsm headers](https://github.com/videolabs/libdsm/blob/master/include/bdsm/smb_session.h#L69) again, and in there, both `domain` and `hostname` are used for connecting and then setting the credentials. I think your suggestion might have been...

HI @kirillkudin! I built a new version of libdsm a few weeks back. Can you please check again and see if you're still having the issue? Thanks!

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...