tags:

views:

249

answers:

1

Hi

I am trying to implement a remote file system and was thinking of using the libsmbclient to do that. Unfortunately, I have not come across any useful documentation when googleling for it. Could anyone advice me where the API of the libsmbclient is described in some detail?

Many thanks

A: 

What, man 7 libsmbclient isn't enough? :)

Samba's has Doxygen API documentation, but it looks like the automated document generation and publishing on samba.org is broken. If you grab the sources yourself, you can run doxygen source/Doxyfile to generate a local copy of the documentation, outputting to dox/.

ephemient