Hello, may I ask for someone to help me please.
I am trying to FTP download a file from a server, using the "node-red-contrib-ftp-download" node.
The file downloads, but it downloads many (continuously) times until the reports an error.
Here is my code.
Any reason why it does not download only one time? Is there a better node to use?
Thank you in advance
[{"id":"a94e2078d9197b3d","type":"inject","z":"2ddcf8fe.bd73c8","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":90,"y":2360,"wires":[["649943a096fc48a1"]]},{"id":"649943a096fc48a1","type":"ftp-download","z":"2ddcf8fe.bd73c8","server":"f7ed700bee3c9a12","files":"/anon/gen/fwo/IDN60004.html","directory":"BOM","name":"","output":"payload","filesType":"str","directoryType":"str","x":280,"y":2360,"wires":[["c703b06d013387a7"]]},{"id":"c703b06d013387a7","type":"file in","z":"2ddcf8fe.bd73c8","name":"","filename":"BOM/IDN60004.html","format":"utf8","chunk":false,"sendError":false,"encoding":"none","allProps":false,"x":200,"y":2420,"wires":[["c2f4d5bcb3a18d2c"]]},{"id":"c2f4d5bcb3a18d2c","type":"debug","z":"2ddcf8fe.bd73c8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":410,"y":2420,"wires":},{"id":"f7ed700bee3c9a12","type":"ftp-download-server","host":"ftp2.bom.gov.au","port":"21","user":"","connTimeout":"10000","pasvTimeout":"10000","keepalive":"10000","name":""}]