• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..27-Nov-201523

get_auth_data_fn.hH A D27-Nov-20151.2 KiB

READMEH A D27-Nov-2015585

smbwrapper/H27-Nov-201515

testacl.cH A D27-Nov-20155.9 KiB

testacl2.cH A D27-Nov-20151.7 KiB

testbrowse.cH A D27-Nov-20158.4 KiB

testbrowse2.cH A D27-Nov-20155 KiB

testchmod.cH A D27-Nov-20151.2 KiB

testread.cH A D27-Nov-20151.4 KiB

testsmbc.cH A D27-Nov-20156.7 KiB

teststat.cH A D27-Nov-20151.7 KiB

teststat2.cH A D27-Nov-20151.8 KiB

testutime.cH A D27-Nov-20151.8 KiB

tree.cH A D27-Nov-201521.4 KiB

README

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
18