Forrest logo
back to context overview

smbget

List of commands for smbget:

  • smbget:tldr:067a2 smbget: Require encrypted transfers.
    $ smbget ${smb:--server-share-file} --encrypt
    try on your machine
    explain this command
  • smbget:tldr:2a178 smbget: Connect with a username and password.
    $ smbget ${smb:--server-share-file} --user ${username%password}
    try on your machine
    explain this command
  • smbget:tldr:8e12a smbget: Download a file from a server.
    $ smbget ${smb:--server-share-file}
    try on your machine
    explain this command
  • smbget:tldr:cfef4 smbget: Download a share or directory recursively.
    $ smbget --recursive ${smb:--server-share}
    try on your machine
    explain this command
back to context overview