IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
<para>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.
</para>
<para>
The files should be in the smb-URL standard, e.g. use smb://host/share/file
for the UNC path <emphasis>\\\\HOST\\SHARE\\file</emphasis>.
</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
<varlistentry>
<term>-a, --guest</term>
<listitem><para>Work as user guest</para></listitem>
<listitem><para>Debuglevel to use</para></listitem>
</varlistentry>
<varlistentry>
<term>-D, --dots</term>
<listitem><para>Show dots as progress indication</para></listitem>
</varlistentry>
<varlistentry>
<term>-P, --keep-permissions</term>
<listitem><para>Set same permissions on local file as are set on remote file.</para></listitem>
</varlistentry>
<varlistentry>
<term>-o, --outputfile</term>
<listitem><para>Write the file that is being download to the specified file. Can not be used together with -R.</para></listitem>
</varlistentry>
<varlistentry>
<term>-f, --rcfile</term>
<listitem><para>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.</para></listitem>
</varlistentry>
<varlistentry>
<term>-q, --quiet</term>
<listitem><para>Be quiet</para></listitem>
</varlistentry>
<varlistentry>
<term>-v, --verbose</term>
<listitem><para>Be verbose</para></listitem>
</varlistentry>
<varlistentry>
<term>-b, --blocksize</term>
<listitem><para>Number of bytes to download in a block. Defaults to 64000.</para></listitem>
</varlistentry>
<varlistentry>
<term>-?, --help</term>
<listitem><para>Show help message</para></listitem>
smb://name/ means, if <replaceable>name</replaceable> is a workgroup, all the servers in this workgroup, or if <replaceable>name</replaceable> is a server, all the shares on this server.
</programlisting></para>
</refsect1>
<refsect1>
<title>EXAMPLES</title>
<programlisting>
# Recursively download 'src' directory
smbget -R smb://rhonwyn/jelmer/src
# Download FreeBSD ISO and enable resuming
smbget -r smb://rhonwyn/isos/FreeBSD5.1.iso
# Recursively download all ISOs
smbget -Rr smb://rhonwyn/isos
# Backup my data on rhonwyn
smbget -Rr smb://rhonwyn/
</programlisting>
</refsect1>
<refsect1>
<title>BUGS</title>
<para>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).</para>
</refsect1>
<refsect1>
<title>VERSION</title>
<para>This man page is correct for version 3.0 of
the Samba suite.</para>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>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.</para>
<para>The smbget manpage was written by Jelmer Vernooij.</para>