smbget(1)


NAME

   smbget - wget-like utility for download files over SMB

SYNOPSIS

   smbget [-a, --guest] [-r, --resume] [-R, --recursive]
    [-U, --username=STRING] [-w, --workgroup=STRING] [-n, --nonprompt]
    [-d, --debuglevel=INT] [-D, --dots] [-o, --outputfile] [-f, --rcfile]
    [-q, --quiet] [-v, --verbose] [-b, --blocksize] [-O, --stdout]
    [-u, --update] [-?, --help] [--usage] {smb://host/share/path/to/file}
    [smb://url2/] [...]

DESCRIPTION

   This tool is part of the samba(7) suite.

   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.

   The files should be in the smb-URL standard, e.g. use
   smb://host/share/file for the UNC path \\\\HOST\\SHARE\\file.

OPTIONS

   -a, --guest
       Work as user guest

   -r, --resume
       Automatically resume aborted files

   -R, --recursive
       Recursively download files

   -U, --username=username[%password]
       Username (and password) to use

   -w, --workgroup=STRING
       Workgroup to use (optional)

   -n, --nonprompt
       Don't ask anything (non-interactive)

   -d, --debuglevel=INT
       Debuglevel to use

   -D, --dots
       Show dots as progress indication

   -o, --outputfile
       Write the file that is being downloaded to the specified file. Can
       not be used together with -R.

   -O, --stdout
       Write the file that is being downloaded to standard output.

   -f, --rcfile
       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 overridden by the contents of the rcfile.

   -q, --quiet
       Be quiet

   -v, --verbose
       Be verbose

   -b, --blocksize
       Number of bytes to download in a block. Defaults to 64000.

   -?, --help
       Show help message

   --usage
       Display brief usage message

   -u, --update
       Download only when remote file is newer than local file or local
       file is missing.

   -e|--encrypt
       This command line parameter requires the remote server support the
       UNIX extensions or that the SMB3 protocol has been selected.
       Requests that the connection be encrypted. Negotiates SMB
       encryption using either SMB3 or POSIX extensions via GSSAPI. Uses
       the given credentials for the encryption negotiation (either
       kerberos or NTLMv1/v2 if given domain/username/password triple.
       Fails the connection if encryption cannot be negotiated.

SMB URLS

   SMB URL's should be specified in the following format:

       smb://[[[domain;]user[:password@]]server[/share[/path[/file]]]]

       smb:// means all the workgroups

       smb://name/ means, if name is a workgroup, all the servers in this workgroup, or if name is a server, all the shares on this server.

EXAMPLES

       # 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/

BUGS

   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).

VERSION

   This man page is correct for version 3 of the Samba suite.

AUTHOR

   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.

   The smbget manpage was written by Jelmer Vernooij.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.