~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to examples/libsmbclient/README

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

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