UNPKG

node-red-contrib-lftp

Version:

A node-red node that supports FTP(s) and SFTP file transfer

9 lines (7 loc) 160 B
function addTrailingSlash(s) { if (s.length > 0 && s.substr(-1) != "/") { return s + "/"; } return s; } exports.addTrailingSlash = addTrailingSlash;