n8n-nodes-webdav-ntml
v0.1.11
Published
N8N node to operate wth WebDav using NTLM Negotiate
Maintainers
Readme
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 -gThen in node folder:
npm install -g pnpm
pnpm install
pnpm run build
pnpm link --globalThen in n8n folder:
pnpm link n8n-nodes-webdav-ntmlRun:
export N8N_CUSTOM_EXTENSIONS="[path_to_folder_with_node]"
n8nOperations
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
