The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-01-21T13:48:02.703Z",
"updatedAt": "2021-03-15T13:59:19.891Z",
"id": "4",
"name": "FTP:ftp:list download upload",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "5bc91980-86a2-469c-8ad0-7de1d8c9b7e1"
},
{
"parameters": {
"operation": "list",
"path": "/1KB.zip"
},
"name": "FTP1",
"type": "n8n-nodes-base.ftp",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"ftp": {
"name": "<your credential>"
}
},
"id": "7aee41cf-627d-424a-99a3-952837497848"
},
{
"parameters": {
"path": "1KB.zip"
},
"name": "FTP",
"type": "n8n-nodes-base.ftp",
"typeVersion": 1,
"position": [
600,
300
],
"credentials": {
"ftp": {
"name": "<your credential>"
}
},
"id": "ab5f20c7-6464-4779-8e13-b47b11ba9459"
},
{
"parameters": {
"operation": "upload",
"path": "=/upload/{{$node[\"Set\"].json[\"filename\"]}}"
},
"name": "FTP2",
"type": "n8n-nodes-base.ftp",
"typeVersion": 1,
"position": [
900,
300
],
"credentials": {
"ftp": {
"name": "<your credential>"
}
},
"id": "066b0e3d-918f-4a28-94b6-9432e6e572a1"
},
{
"parameters": {
"values": {
"string": [
{
"name": "filename",
"value": "=test{{Date.now()}}.zip"
}
]
},
"options": {}
},
"name": "Set",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
750,
300
],
"id": "08e2e0f0-f730-48cf-a05e-40820a55aaa3"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "FTP1",
"type": "main",
"index": 0
}
]
]
},
"FTP1": {
"main": [
[
{
"node": "FTP",
"type": "main",
"index": 0
}
]
]
},
"FTP": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"FTP2": {
"main": [
[]
]
},
"Set": {
"main": [
[
{
"node": "FTP2",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
ftp
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
FTP:ftp:list download upload. Uses start, ftp. Manual trigger; 5 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/4.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
uProc:Audio:*:company:*;. Uses start, uproc. Manual trigger; 36 nodes.
NextCloud:NextCloud:Folder:create move copy delete list:File:upload move copy download delete. Uses start, nextCloud, readBinaryFile. Manual trigger; 28 nodes.
Transporeon - orders - step 3 - process single. Uses start, functionItem, httpRequest, microsoftSql. Manual trigger; 26 nodes.
ClickUp:Folder:create update getAll get delete:Goal:create update getAll get delete:GoalKeyResult:create update delete. Uses start, clickUp. Manual trigger; 25 nodes.