source: branches/samba-3.3.x/examples/libsmbclient/README

Last change on this file was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

File size: 585 bytes
Line 
1Some simple example programs for libsmbclient ...
2
3testsmbc.c is kinda broken as it has many hardcoded bits in it
4
5testbrowse.c opens a remote folder and displays its contents
6
7teststat.c allows comparing the results of smbc_stat() against a local stat() of
8the same file.
9
10tree.c is an example of how you might do some of these things with GTK+
11It needs lots of work but shows you some ways to use libsmbclient.
12
13smbwrapper implements the old smbsh/smbwrapper mechanism using libsmbclient, in
14such a way that it works on Linux
15
16Richard Sharpe, 17 May 2001
17Derrell Lipman, 30 Mar 2005
Note: See TracBrowser for help on using the repository browser.