Move a Nextcloud Folder File by File - n8n Workflow | Neura Market
Move a Nextcloud Folder File by File
## Description:
This template facilitates the transfer of a folder, along with all its files and subfolders, within a Nextcloud instance. The Nextcloud user must have access to both the source and destination folders. While Nextcloud allows folder movement, complications may arise when dealing with external storage that has rate limits. This workflow ensures the individual transfer of each file to avoid exceeding rate limits, particularly useful for setups involving external storage with rate limitations.
## How it works:
- Identify all files and subfolders within the specified source folder.
- Recursive search within subfolders for additional files.
- Replicate the folder structure in the target folder.
- Individually move each identified file to the corresponding location in the target folder.
## Setup steps:
- Set Nextcloud credentials for all Nextcloud nodes involved in the process.
- Edit the trigger settings. Detailed instructions can be found within the respective trigger configuration.
- Initiate the workflow to commence the folder transfer process.
## Help
If you need assistance with applying this template, feel free to reach out to me. You can find additional information about me and my services here: https://nicokowalczyk.de/links
I have also produced a video where I explain the workflow and provide an example. You can find this video over here: https://youtu.be/K1kmG_Q_jRk
Cheers,
Nico Kowalczyk
Platform
n8n
Category
File & Document Management
Price
Free
Creator
Nico Kowalczyk
if
set
code
noOp
webhook
nextCloud
stickyNote
stopAndError
manualTrigger
splitInBatches
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.