smbget

wget-like utility for downloading files from SMB servers. More information: <https://www.samba.org/samba/docs/current/man-html/smbget.1.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y smbclient
Ubuntu
RUN apt-get update && \ apt-get install -y smbclient
Arch Arch Linux
RUN pacman -S --noconfirm smbclient
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y smbclient
CentOS
RUN yum install -y samba4-client
Fedora
RUN dnf install -y samba-client-2
Raspbian
RUN apt-get update && \ apt-get install -y smbclient
click the source code to copy install smbget on any operating system with command-not-found.com