webdav-ntml

Package Information

Released: 5/21/2025
Downloads: 164 weekly / 694 monthly
Latest Version: 0.1.7
Author: alexey.gusev

Documentation

n8n-nodes-webdav-ntml

This is an n8n community node. It lets you use WebDav with NTLM 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 link --global

Then in n8n folder:

pnpm link n8n-nodes-webdav-ntml

Run:

export N8N_CUSTOM_EXTENSIONS="/Users/alexember/Desktop/n8n/n8n-nodes-webdav-ntml"
n8n

Operations

Files:

  • Download
  • Write
  • Delete

Folders:

  • Get (files and subfolders list)
  • Create
  • Delete

Credentials

Provide

  • webdav server url
  • username
  • password
  • domain

Compatibility

This node created for N8N Version 1.89.2, tested on Version 1.64.3

Usage

  • Add node to your workflow
  • Select resource
  • Input path
  • Provide optional data

Resources

Version history

v1.0 - first version

Discussion