source: branches/samba-3.2.x/docs/manpages/libsmbclient.7@ 205

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

Update 3.2 branch to 3.2.5

File size: 3.9 KB
Line 
1.\" Title: libsmbclient
2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
4.\" Date: 11/20/2008
5.\" Manual: 7
6.\" Source: Samba 3.2
7.\"
8.TH "LIBSMBCLIENT" "7" "11/20/2008" "Samba 3\.2" "7"
9.\" disable hyphenation
10.nh
11.\" disable justification (adjust text to left margin only)
12.ad l
13.SH "NAME"
14libsmbclient - An extension library for browsers and that can be used as a generic browsing API.
15.SH "SYNOPSIS"
16.HP 1
17Browser URL:.PP
18smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options]
19.SH "DESCRIPTION"
20.PP
21This tool is part of the
22\fBsamba\fR(7)
23suite\.
24.PP
25
26libsmbclient
27is a library toolset that permits applications to manipulate CIFS/SMB network resources using many of the standards POSIX functions available for manipulating local UNIX/Linux files\. It permits much more than just browsing, files can be opened and read or written, permissions changed, file times modified, attributes and ACL\'s can be manipulated, and so on\. Of course, its functionality includes all the capabilities commonly called browsing\.
28.PP
29
30libsmbclient
31can not be used directly from the command line, instead it provides an extension of the capabilities of tools such as file managers and browsers\. This man page describes the configuration options for this tool so that the user may obtain greatest utility of use\.
32.SH "OPTIONS"
33.PP
34What the URLs mean:
35.PP
36smb://
37.RS 4
38Shows all workgroups or domains that are visible in the network\. The behavior matches that of the Microsoft Windows Explorer\.
39.sp
40The method of locating the list of workgroups (domains also) varies depending on the setting of the context variable
41(context\->options\.browse_max_lmb_count)\. It is the responsibility of the application that calls this library to set this to a sensible value\. This is a compile\-time option\. This value determines the maximum number of local master browsers to query for the list of workgroups\. In order to ensure that the list is complete for those present on the network, all master browsers must be querried\. If there are a large number of workgroups on the network, the time spent querying will be significant\. For small networks (just a few workgroups), it is suggested to set this value to 0, instructing libsmbclient to query all local master browsers\. In an environment that has many workgroups a more reasonable setting may be around 3\.
42.RE
43.PP
44smb://name/
45.RS 4
46This command causes libsmbclient to perform a name look\-up\. If the NAME<1D> or NAME<1B> exists (workgroup name), libsmbclient will list all servers in the workgroup (or domain)\. Otherwise, a name look\-up for the NAME<20> (machine name) will be performed, and the list of shared resources on the server will be displayed\.
47.RE
48.PP
49When libsmbclient is invoked by an application it searches for a directory called
50\fI\.smb\fR
51in the $HOME directory that is specified in the users shell environment\. It then searches for a file called
52\fIsmb\.conf\fR
53which, if present, will fully over\-ride the system
54\fI/etc/samba/smb\.conf\fR
55file\. If instead libsmbclient finds a file called
56\fI~/\.smb/smb\.conf\.append\fR, it will read the system
57\fI/etc/samba/smb\.conf\fR
58and then append the contents of the
59\fI~/\.smb/smb\.conf\.append\fR
60to it\.
61.PP
62
63libsmbclient
64will check the users shell environment for the
65USER
66parameter and will use its value when if the
67user
68parameter was not included in the URL\.
69.SH "PROGRAMMERS GUIDE"
70.PP
71Watch this space for future updates\.
72.SH "VERSION"
73.PP
74This man page is correct for version 3 of the Samba suite\.
75.SH "AUTHOR"
76.PP
77The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\.
78.PP
79The libsmbclient manpage page was written by John H Terpstra\.
Note: See TracBrowser for help on using the repository browser.