| [860] | 1 | '\" t
|
|---|
| 2 | .\" Title: libsmbclient
|
|---|
| 3 | .\" Author: [see the "AUTHOR" section]
|
|---|
| [988] | 4 | .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
|
|---|
| 5 | .\" Date: 05/02/2016
|
|---|
| [860] | 6 | .\" Manual: 7
|
|---|
| [988] | 7 | .\" Source: Samba 4.4
|
|---|
| [860] | 8 | .\" Language: English
|
|---|
| 9 | .\"
|
|---|
| [988] | 10 | .TH "LIBSMBCLIENT" "7" "05/02/2016" "Samba 4\&.4" "7"
|
|---|
| [860] | 11 | .\" -----------------------------------------------------------------
|
|---|
| 12 | .\" * Define some portability stuff
|
|---|
| 13 | .\" -----------------------------------------------------------------
|
|---|
| 14 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 15 | .\" http://bugs.debian.org/507673
|
|---|
| 16 | .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
|---|
| 17 | .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 18 | .ie \n(.g .ds Aq \(aq
|
|---|
| 19 | .el .ds Aq '
|
|---|
| 20 | .\" -----------------------------------------------------------------
|
|---|
| 21 | .\" * set default formatting
|
|---|
| 22 | .\" -----------------------------------------------------------------
|
|---|
| 23 | .\" disable hyphenation
|
|---|
| 24 | .nh
|
|---|
| 25 | .\" disable justification (adjust text to left margin only)
|
|---|
| 26 | .ad l
|
|---|
| 27 | .\" -----------------------------------------------------------------
|
|---|
| 28 | .\" * MAIN CONTENT STARTS HERE *
|
|---|
| 29 | .\" -----------------------------------------------------------------
|
|---|
| 30 | .SH "NAME"
|
|---|
| 31 | libsmbclient \- An extension library for browsers and that can be used as a generic browsing API\&.
|
|---|
| 32 | .SH "SYNOPSIS"
|
|---|
| 33 | .HP \w'\ 'u
|
|---|
| 34 | .PP
|
|---|
| 35 | Browser URL:
|
|---|
| 36 | smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options]
|
|---|
| 37 | .SH "DESCRIPTION"
|
|---|
| 38 | .PP
|
|---|
| 39 | This tool is part of the
|
|---|
| 40 | \fBsamba\fR(7)
|
|---|
| 41 | suite\&.
|
|---|
| 42 | .PP
|
|---|
| 43 | libsmbclient
|
|---|
| 44 | is 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\*(Aqs can be manipulated, and so on\&. Of course, its functionality includes all the capabilities commonly called browsing\&.
|
|---|
| 45 | .PP
|
|---|
| 46 | libsmbclient
|
|---|
| 47 | can 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\&.
|
|---|
| 48 | .SH "OPTIONS"
|
|---|
| 49 | .PP
|
|---|
| |
|---|