Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/smbget.1

    r44 r134  
    1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
    2 .de Sh \" Subsection
    3 .br
    4 .if t .Sp
    5 .ne 5
    6 .PP
    7 \fB\\$1\fR
    8 .PP
    9 ..
    10 .de Sp \" Vertical space (when we can't use .PP)
    11 .if t .sp .5v
    12 .if n .sp
    13 ..
    14 .de Ip \" List item
    15 .br
    16 .ie \\n(.$>=3 .ne \\$3
    17 .el .ne 3
    18 .IP "\\$1" \\$2
    19 ..
    20 .TH "SMBGET" 1 "" "" ""
     1.\"     Title: smbget
     2.\"    Author:
     3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
     4.\"      Date: 05/21/2008
     5.\"    Manual: User Commands
     6.\"    Source: Samba 3.0
     7.\"
     8.TH "SMBGET" "1" "05/21/2008" "Samba 3\.0" "User Commands"
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214smbget - wget-like utility for download files over SMB
    2315.SH "SYNOPSIS"
    2416.HP 1
    25 smbget [-a, --guest] [-r, --resume] [-R, --recursive] [-u, --username=STRING] [-p, --password=STRING] [-w, --workgroup=STRING] [-n, --nonprompt] [-d, --debuglevel=INT] [-D, --dots] [-P, --keep-permissions] [-o, --outputfile] [-f, --rcfile] [-q, --quiet] [-v, --verbose] [-b, --blocksize] [-?, --help] [--usage] {smb://host/share/path/to/file} [smb://url2/] [...]
     17smbget [\-a,\ \-\-guest] [\-r,\ \-\-resume] [\-R,\ \-\-recursive] [\-u,\ \-\-username=STRING] [\-p,\ \-\-password=STRING] [\-w,\ \-\-workgroup=STRING] [\-n,\ \-\-nonprompt] [\-d,\ \-\-debuglevel=INT] [\-D,\ \-\-dots] [\-P,\ \-\-keep\-permissions] [\-o,\ \-\-outputfile] [\-f,\ \-\-rcfile] [\-q,\ \-\-quiet] [\-v,\ \-\-verbose] [\-b,\ \-\-blocksize] [\-?,\ \-\-help] [\-\-usage] {smb://host/share/path/to/file} [smb://url2/] [\.\.\.]
    2618.SH "DESCRIPTION"
    2719.PP
    2820This tool is part of the
    2921\fBsamba\fR(7)
    30 suite.
     22suite\.
    3123.PP
    32 smbget is a simple utility with wget-like semantics, that can download files from SMB servers. You can specify the files you would like to download on the command-line.
     24smbget is a simple utility with wget\-like semantics, that can download files from SMB servers\. You can specify the files you would like to download on the command\-line\.
    3325.PP
    34 The files should be in the smb-URL standard, e.g. use smb://host/share/file for the UNC path
    35 \fB\\\\HOST\\SHARE\\file\fR.
     26The files should be in the smb\-URL standard, e\.g\. use smb://host/share/file for the UNC path
     27\fI\e\e\e\eHOST\e\eSHARE\e\efile\fR\.
    3628.SH "OPTIONS"
    3729.PP
    38 -a, --guest
    39 .RS 3n
     30\-a, \-\-guest
     31.RS 4
    4032Work as user guest
    4133.RE
    4234.PP
    43 -r, --resume
    44 .RS 3n
     35\-r, \-\-resume
     36.RS 4
    4537Automatically resume aborted files
    4638.RE
    4739.PP
    48 -R, --recursive
    49 .RS 3n
     40\-R, \-\-recursive
     41.RS 4
    5042Recursively download files
    5143.RE
    5244.PP
    53 -u, --username=STRING
    54 .RS 3n
     45\-u, \-\-username=STRING
     46.RS 4
    5547Username to use
    5648.RE
    5749.PP
    58 -p, --password=STRING
    59 .RS 3n
     50\-p, \-\-password=STRING
     51.RS 4
    6052Password to use
    6153.RE
    6254.PP
    63 -w, --workgroup=STRING
    64 .RS 3n
     55\-w, \-\-workgroup=STRING
     56.RS 4
    6557Workgroup to use (optional)
    6658.RE
    6759.PP
    68 -n, --nonprompt
    69 .RS 3n
    70 Don't ask anything (non-interactive)
     60\-n, \-\-nonprompt
     61.RS 4
     62Don\'t ask anything (non\-interactive)
    7163.RE
    7264.PP
    73 -d, --debuglevel=INT
    74 .RS 3n
     65\-d, \-\-debuglevel=INT
     66.RS 4
    7567Debuglevel to use
    7668.RE
    7769.PP
    78 -D, --dots
    79 .RS 3n
     70\-D, \-\-dots
     71.RS 4
    8072Show dots as progress indication
    8173.RE
    8274.PP
    83 -P, --keep-permissions
    84 .RS 3n
    85 Set same permissions on local file as are set on remote file.
     75\-P, \-\-keep\-permissions
     76.RS 4
     77Set same permissions on local file as are set on remote file\.
    8678.RE
    8779.PP
    88 -o, --outputfile
    89 .RS 3n
    90 Write the file that is being download to the specified file. Can not be used together with -R.
     80\-o, \-\-outputfile
     81.RS 4
     82Write the file that is being download to the specified file\. Can not be used together with \-R\.
    9183.RE
    9284.PP
    93 -f, --rcfile
    94 .RS 3n
    95 Use specified rcfile. This will be loaded in the order it was specified - e.g. if you specify any options before this one, they might get overriden by the contents of the rcfile.
     85\-f, \-\-rcfile
     86.RS 4
     87Use specified rcfile\. This will be loaded in the order it was specified \- e\.g\. if you specify any options before this one, they might get overriden by the contents of the rcfile\.
    9688.RE
    9789.PP
    98 -q, --quiet
    99 .RS 3n
     90\-q, \-\-quiet
     91.RS 4
    10092Be quiet
    10193.RE
    10294.PP
    103 -v, --verbose
    104 .RS 3n
     95\-v, \-\-verbose
     96.RS 4
    10597Be verbose
    10698.RE
    10799.PP
    108 -b, --blocksize
    109 .RS 3n
    110 Number of bytes to download in a block. Defaults to 64000.
     100\-b, \-\-blocksize
     101.RS 4
     102Number of bytes to download in a block\. Defaults to 64000\.
    111103.RE
    112104.PP
    113 -?, --help
    114 .RS 3n
     105\-?, \-\-help
     106.RS 4
    115107Show help message
    116108.RE
    117109.PP
    118 --usage
    119 .RS 3n
     110\-\-usage
     111.RS 4
    120112Display brief usage message
    121113.RE
    122114.SH "SMB URLS"
    123115.PP
    124 SMB URL's should be specified in the following format:
     116SMB URL\'s should be specified in the following format:
    125117.PP
    126 
     118.RS 4
     119.nf
     120smb://[[[domain;]user[:password@]]server[/share[/path[/file]]]]
     121.fi
     122.RE
     123.PP
     124.RS 4
     125.nf
     126smb:// means all the workgroups
     127.fi
     128.RE
     129.PP
     130.RS 4
     131.nf
     132smb://name/ means, if \fIname\fR is a workgroup, all the servers in this workgroup, or if \fIname\fR is a server, all the shares on this server\.
     133.fi
     134.RE
     135.SH "EXAMPLES"
    127136.sp
    128 
     137.RS 4
    129138.nf
    130 
    131 smb://[[[domain;]user[:password@]]server[/share[/path[/file]]]]
    132 
     139# Recursively download \'src\' directory
     140smbget \-R smb://rhonwyn/jelmer/src
     141# Download FreeBSD ISO and enable resuming
     142smbget \-r smb://rhonwyn/isos/FreeBSD5\.1\.iso
     143# Recursively download all ISOs
     144smbget \-Rr smb://rhonwyn/isos
     145# Backup my data on rhonwyn
     146smbget \-Rr smb://rhonwyn/
    133147.fi
    134 
    135 .PP
    136 
    137 .sp
    138 
    139 .nf
    140 
    141 smb:// means all the workgroups
    142 
    143 .fi
    144 
    145 .PP
    146 
    147 .sp
    148 
    149 .nf
    150 
    151 smb://name/ means, if \fIname\fR is a workgroup, all the servers in this workgroup, or if \fIname\fR is a server, all the shares on this server.
    152 
    153 .fi
    154 
    155 .SH "EXAMPLES"
    156 
    157 .nf
    158 
    159 # Recursively download 'src' directory
    160 smbget -R smb://rhonwyn/jelmer/src
    161 # Download FreeBSD ISO and enable resuming
    162 smbget -r smb://rhonwyn/isos/FreeBSD5.1.iso
    163 # Recursively download all ISOs
    164 smbget -Rr smb://rhonwyn/isos
    165 # Backup my data on rhonwyn
    166 smbget -Rr smb://rhonwyn/
    167 
    168 .fi
     148.RE
    169149.SH "BUGS"
    170150.PP
    171 Permission denied is returned in some cases where the cause of the error is unknown (such as an illegally formatted smb:// url or trying to get a directory without -R turned on).
     151Permission denied is returned in some cases where the cause of the error is unknown (such as an illegally formatted smb:// url or trying to get a directory without \-R turned on)\.
    172152.SH "VERSION"
    173153.PP
    174 This man page is correct for version 3.0 of the Samba suite.
     154This man page is correct for version 3\.0 of the Samba suite\.
    175155.SH "AUTHOR"
    176156.PP
    177 The 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.
     157The 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\.
    178158.PP
    179 The smbget manpage was written by Jelmer Vernooij.
    180 
     159The smbget manpage was written by Jelmer Vernooij\.
Note: See TracChangeset for help on using the changeset viewer.