@yousolution/node-red-contrib-you-ftp-sftp
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -103,3 +103,3 @@ /** | ||
case 'get': | ||
const ftpfilename = node.workdir + node.filename; | ||
let ftpfilename = node.workdir + node.filename; | ||
if (msg.payload.filename) ftpfilename = msg.payload.filename; | ||
@@ -106,0 +106,0 @@ let str = ''; |
{ | ||
"name": "@yousolution/node-red-contrib-you-ftp-sftp", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "A node-red node that support FTP and SFTP file transfer using $() environment variables to control the ftp connection details", | ||
@@ -5,0 +5,0 @@ "main": "sftp.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61399