I’m trying to install node-red-contrib-ftp
in order to copy a file from my Groov EPIC’s filesystem to a remote FTP server. I’m open to other ways of accomplishing this task, but this seems to be a good option. I installed the package using the palette manager, and then restarted my controller’s Node-RED runtime. When I do that, they only options I get in the FTP node are GET and LIST, not PUT or DELETE. I confirmed that the connecting is working because I can successfully run the LIST command, but that’s not what I need. I’m 99% certain this isn’t a permission issue on the FTP server, either. When I run the LIST function, I see the rights object listing rwx
rights for user, group, and other.