Generic NAS integration

SMB/CIFS file share on any NAS, Windows server, or Samba host

Help CentreConnectors

Overview

Generic NAS is an SMB/CIFS connector for any NAS, Windows file server, or Samba host. The Automize Generic NAS connector covers file/folder CRUD over SMB.

  • Regions: Any SMB-reachable host.
  • Plans: Free – depends on your NAS.

Setting up the connection

  1. Get NAS hostname/IP + share name + credentials.
  2. In Automize → Settings → Connectors → Generic NAS. Paste settings.

Rate limits

Bound by NAS hardware.


Data model

SMB share:

    Host ─── Share ─── Folders ─── Files

Available operations

11 operations available. Click any row to jump to its detail.

OperationCategoryWhat it does
DeleteGeneralDelete a file or folder on the share
Download FileGeneralDownload a file from the share
Download FolderGeneralDownload a folder recursively from the share
ExistsGeneralCheck if a file or folder exists on the share
File SizeGeneralGet the size of a file in bytes
List FilesGeneralList files and folders in a directory
Create DirectoryGeneralCreate a directory on the share
RenameGeneralRename or move a file on the share
Remove DirectoryGeneralRemove a directory on the share
Upload FileGeneralUpload a local file to the share
Upload FolderGeneralUpload a local folder recursively to the share

Operations

Delete

Delete a file or folder on the share

ParameterRequiredTypeDescription
Uid uidYestext
Folder folderNotext
Path pathYesstringPath to delete

Download File

Download a file from the share

ParameterRequiredTypeDescription
Remote Path remote_pathYestext
Local Path local_pathYestext

Download Folder

Download a folder recursively from the share

ParameterRequiredTypeDescription
Remote Path remote_pathYestext
Local Path local_pathYestext

Exists

Check if a file or folder exists on the share

ParameterRequiredTypeDescription
Path pathYestext

File Size

Get the size of a file in bytes

ParameterRequiredTypeDescription
Path pathYestext

List Files

List files and folders in a directory

ParameterRequiredTypeDescription
Path pathNotext

Tips

  • Path within share. recursive=true walks subfolders.

Create Directory

Create a directory on the share

ParameterRequiredTypeDescription
Path pathYestext

Rename

Rename or move a file on the share

ParameterRequiredTypeDescription
Old Path old_pathYestext
New Path new_pathYestext

Remove Directory

Remove a directory on the share

ParameterRequiredTypeDescription
Path pathYestext

Upload File

Upload a local file to the share

ParameterRequiredTypeDescription
Local Path local_pathYestext
Remote Path remote_pathYestext

Tips

  • path + bytes. Overwrites if exists.

Upload Folder

Upload a local folder recursively to the share

ParameterRequiredTypeDescription
Local Path local_pathYestext
Remote Path remote_pathYestext

FAQ

Use cases?
Sync to on-prem file servers – printer scan-to-folder, backup uploads, document archives.

Related connectors

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.