summaryrefslogtreecommitdiffstats
path: root/examples/libsmbclient/README
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-04-12 00:40:45 +0000
committerGerald Carter <jerry@samba.org>2005-04-12 00:40:45 +0000
commitf903c10943c537f462037c1f841e9923d56145dd (patch)
treed6ace8b1752566f3310c86762383c49545adb764 /examples/libsmbclient/README
parentf0f7108060652a3f0d1b5ca4783cf62cd84fac12 (diff)
downloadsamba-3.0.15pre1.tar.gz
samba-3.0.15pre1.tar.xz
samba-3.0.15pre1.zip
r6304: missed some files in the previous commitsamba-3.0.15pre1
Diffstat (limited to 'examples/libsmbclient/README')
-rw-r--r--examples/libsmbclient/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/examples/libsmbclient/README b/examples/libsmbclient/README
index d9a9f829174..c45dd8b9d68 100644
--- a/examples/libsmbclient/README
+++ b/examples/libsmbclient/README
@@ -2,7 +2,16 @@ Some simple example programs for libsmbclient ...
testsmbc.c is kinda broken as it has many hardcoded bits in it
+testbrowse.c opens a remote folder and displays its contents
+
+teststat.c allows comparing the results of smbc_stat() against a local stat() of
+the same file.
+
tree.c is an example of how you might do some of these things with GTK+
It needs lots of work but shows you some ways to use libsmbclient.
-Richard Sharpe, 17-May-2001 ...
+smbwrapper implements the old smbsh/smbwrapper mechanism using libsmbclient, in
+such a way that it works on Linux
+
+Richard Sharpe, 17 May 2001
+Derrell Lipman, 30 Mar 2005