Package Information
Released: 5/28/2025
Downloads: 12 weekly / 41 monthly
Latest Version: 0.1.11
Author: Alexey Gusev
Available Nodes
Documentation
n8n-nodes-webdav-ntml
This is an n8n community node.
It lets you use WebDav with NTLM or Basic auth in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Local installation
Install N8N:
npm install n8n -g
Then in node folder:
npm install -g pnpm
pnpm install
pnpm run build
pnpm link --global
Then in n8n folder:
pnpm link n8n-nodes-webdav-ntml
Run:
export N8N_CUSTOM_EXTENSIONS="[path_to_folder_with_node]"
n8n
Operations
Files:
- Download
- Write
- Delete
Folders:
- Get (files and subfolders list)
- Create
- Delete
Credentials
Provide
- webdav server url
- username
- password
- domain
- ntlm option (checked by defualt)
- if unchecked use basic auth
Compatibility
This node created for N8N Version 1.89.2, tested on Version 1.64.3 and 1.89.2
Usage
Operations are performed through passing the full path to a file or folder relative to the webdav root folder.
- Add node to your workflow
- Select resource
- Input path
- Provide optional data
Resources
Version history
v0.1.* - initail version