Ftp Workflow
Automated workflow: Ftp Workflow. This workflow processes data and performs automated tasks.
Prerequisites
Required Credentials (2)
Complexity
Advanced features used. Requires n8n experience.
When to Use This Workflow
Scheduled Operations
Run automated tasks at specific times - daily reports, weekly cleanups, monthly backups.
Set it and forget it - reliable automation that runs on your schedule.
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"nodes": [
{
"name": "SFTP zip file content",
"type": "n8n-nodes-base.ftp",
"position": [
1520,
680
],
"parameters": {
"path": "=zigbee_backups/zigbee_backup_{{ new Date().toISOString().replaceAll(':','_') }}.zip",
"protocol": "sftp",
"operation": "upload"
},
"credentials": {
"sftp": {
"name": "SFTP Zigbee Backups"
}
},
"typeVersion": 1,
...Related Workflows
Agent Workflow
Automated workflow: Agent Workflow. This workflow integrates 97 different services: vectorStoreInMemory, if, gumroadTrig...
Automate Pinterest Analysis & AI-Powered Content Suggestions With Pinterest API
Scheduled trigger at 8:00am to start the workflow. This can be updated to your schedule preference as an email with mark...
Monthly Spotify Track Archiving and Playlist Classification
Monthly Spotify Track Archiving and Playlist Classification This n8n workflow allows you to automatically archive your m...
Use AI to organize your Todoist Inbox
💫 To setup this template 1. Add your Todoist credentials 2. Add your OpenAI credentials 3. Set your project names and a...
UTM Link Creator & QR Code Generator with Scheduled Google Analytics Reports
Create a marketing link with UTM parameters. Easily store in database and have QR code created and ready as well. Type i...
Code Workflow
Automated workflow: Code Workflow. This workflow integrates 10 different services: stickyNote, filter, code, scheduleTri...