EnglishFrenchSpanish

OnWorks favicon

smbget - Online in the Cloud

Run smbget in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command smbget that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


smbget - wget-like utility for download files over SMB

SYNOPSIS


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] [-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=STRING
Username to use

-p, --password=STRING
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

-P, --keep-permissions
Set same permissions on local file as are set on remote file.

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

Use smbget online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 2
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 3
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 4
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 5
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 6
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • More »

Linux commands

Ad