Question about programming libsmbclient.so

Derrell Lipman derrell.lipman at unwireduniverse.com
Thu Sep 16 07:13:17 MDT 2010


On Thu, Sep 16, 2010 at 09:10, Stef Bon <stefbon at gmail.com> wrote:

>  Hello,
>
> I'm writing a FUSE fs which cooperates with the automounter to offer
> the user easy and effective access
> to all kinds of resources, like USB and CDrom devices, and SMB shares.
>
> see:
>
> http://linux.bononline.nl/projects/mount.md5key.new/
>
>
> Now I want to make my FUSE fs aware a share and server are still available.
>
> How can I do that? Where can I find documentation about the smbclient API?


The smbclient application uses internal interfaces, is isn't likely what
you're looking for. Instead, you may want the libsmbclient API which is
described in include/libsmbclient.h

Cheers,

Derrell


More information about the samba-technical mailing list