SMBGET(1) | User Commands | SMBGET(1) |
smbget - wget-like utility for download files over SMB
smbget [-a, --guest] [-r, --resume] [-R, --recursive] [-U, --user=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/] [...]
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.
-a, --guest
-r, --resume
-R, --recursive
-U, --user=username[%password]
-w, --workgroup=STRING
-n, --nonprompt
-d, --debuglevel=INT
-D, --dots
-o, --outputfile
-O, --stdout
-f, --rcfile
-q, --quiet
-v, --verbose
-b, --blocksize
-?, --help
--usage
-u, --update
-e|--encrypt
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.
# 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/
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).
This man page is part of version 4.13.13-Debian of the Samba suite.
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.
08/09/2022 | Samba 4.13.13-Debian |