Server Message Block (SMB) v2

Files and Directories management with an SMB server. Supports SMB2 and SMB3 protocols.

Utilities · Server Message Block (SMB)

Configuration parameters

  • hostname — Server IP / Hostname (e.g. 1.2.3.4)
  • port — Port
  • dc — Domain Controller
  • credentials — Username
  • client_guid — Client GUID
  • encrypt — Force Encryption
  • require_secure_negotiate — Secure Dialect Negotiation

Commands (6)

  • smb-directory-create

    Creates a new directory under the given path.

  • smb-directory-list

    Returns a list containing the names of the entries in the directory given by path.

  • smb-directory-remove

    Removes a directory from the given path.

  • smb-download

    Downloads a file from the server.

  • smb-file-remove

    Removes a file from the server.

  • smb-upload

    Uploads a file to the server.