NEWS
Datenübertragung mit SFTP
-
Hallo,
ich möchte mit NodeRED über SFTP eine Datei übetragen.
Beiliegende Nodes habe ich zusammengestellt.
Es soll hier die datei temp.txt (Grundordner Raspi) in den Zielordner /graph/bilder/ übertragen werden.
Er überträgt auch etwas zum Ziel.
Aber in der Datei steht nur True.
Sieht jemand meinen Fehler?
> [{"id":"b66ae1e4.122278","type":"inject","z":"83968922.5f0fe","name":"","topic":"","payload":"true","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":"","x":110,"y":400,"wires":[["1d78e40d.5a8f04"]]},{"id":"1d78e40d.5a8f04","type":"sftp in","z":"83968922.5f0fe","sftp":"88529a77.ab25f","operation":"put","filename":"","localFilename":"","fileContents":"","fileExtension":"temp.txt","workdir":"/graph/bilder/","savedir":"","name":"","x":250,"y":400,"wires":[[]]},{"id":"88529a77.ab25f","type":"sftp","z":"","host":"homexxxxxx.1and1-data.host","port":"22","username":"pxxxxxx","password":"xxxxxx","hmac":["hmac-sha2-256","hmac-sha2-512","hmac-sha1","hmac-md5","hmac-sha2-256-96","hmac-sha2-512-96","hmac-ripemd160","hmac-sha1-96","hmac-md5-96"],"cipher":["aes128-ctr","aes192-ctr","aes256-ctr","aes128-gcm","aes128-gcm@openssh.com","aes256-gcm","aes256-gcm@openssh.com","aes256-cbc","aes192-cbc","aes128-cbc","blowfish-cbc","3des-cbc","arcfour256","arcfour128","cast128-cbc","arcfour"]}]