SFTP Transfering folder

Hello guys.

I need created a node transfering SFTP a of folder remote to local.
I couldn't creat it someone to help me

Is there something missing from existing nodes?

this is my code but i couldn't transfer a folder just a file.

I need tranfer a folder full subpast .

[
{
"id": "4eb466084d69a35a",
"type": "tab",
"label": "Flow 2",
"disabled": false,
"info": "",
"env":
},
{
"id": "51b5c1aff860b36f",
"type": "inject",
"z": "4eb466084d69a35a",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 140,
"y": 535,
"wires": [
[
"c7d70a97809424b8"
]
]
},
{
"id": "c7d70a97809424b8",
"type": "SFTP-main",
"z": "4eb466084d69a35a",
"path": "/",
"method": "list",
"remoteFilePath": "/programs/Backup",
"remoteFilePathType": "str",
"localFilePath": "C:/teste/",
"localFilePathType": "str",
"server": "b7e4b4b8174af559",
"outputs": 1,
"debug": false,
"name": "",
"x": 510,
"y": 545,
"wires": [
[
"b5bb2d3b8a830ff0"
]
]
},
{
"id": "b5bb2d3b8a830ff0",
"type": "debug",
"z": "4eb466084d69a35a",
"name": "debug 32",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 810,
"y": 545,
"wires":
},
{
"id": "b7e4b4b8174af559",
"type": "SFTP-credentials",
"host": "192.168.11.25",
"port": "22",
"username": "root",
"password": "easybot"
}
]

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.