I am trying to save no read images from a Datalogic scanner to FTP server in node red. I cant seem to connect to the server or if it is even created since it show as idle. I assume i am using the correct node with using ftp server vs ftp in.
any ideas on what i am missing in the setup?
here is the node: ```
node-red-contrib-ftp-server
[
{
"id": "5492a816f31f9d82",
"type": "ftp-server",
"z": "1c8b9366c04db356",
"name": "",
"ip": "127.0.0.1",
"port": "2000",
"passiveportrange": "",
"credentials": {},
"x": 360,
"y": 1180,
"wires": [
[
"5f271f3f6f380b1f"
],
[
"843c75db8368ab9b"
]
]
},
{
"id": "5f271f3f6f380b1f",
"type": "debug",
"z": "1c8b9366c04db356",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 670,
"y": 1160,
"wires":
},
{
"id": "94c16f8bc54b337b",
"type": "ftp in",
"z": "1c8b9366c04db356",
"ftp": "208a39eccc0f3365",
"operation": "put",
"filename": "",
"localFilename": "",
"name": "",
"x": 350,
"y": 1260,
"wires": [
]
},
{
"id": "843c75db8368ab9b",
"type": "file",
"z": "1c8b9366c04db356",
"name": "",
"filename": "C:\Users\justst03\Documents\ScannerPhotos",
"appendNewline": true,
"createDir": true,
"overwriteFile": "false",
"encoding": "none",
"x": 770,
"y": 1200,
"wires": [
]
},
{
"id": "208a39eccc0f3365",
"type": "ftp",
"host": "192.168.1.75",
"port": "21",
"secureOptions": "",
"user": "Scanner.User",
"connTimeout": "",
"pasvTimeout": "",
"keepalive": ""
}
]
![image|690x318](upload://7npJMGSUg39P99YiJwtCIH2aOxX.png)