pirumpi / sftp-upload

Allow to upload the content of a folder to a remote server through SFT utilizing pure Javascript.
40 stars 21 forks source link

Allow "path" to be an array of strings #17

Closed error404as closed 5 years ago

error404as commented 5 years ago

Previous:

path: './sample/',

Updated:

path: [
    './sample/',
    './file.js',
    '..r',   // not existing files are just ignored and skipped
],