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

Add exclude and dryRun options #18

Closed IJMacD closed 4 years ago

IJMacD commented 5 years ago

Also added super simple glob pattern to excludeFolders (i.e. starts with "**/" to indicate any depth)

I found these two features useful so I implemented them.

Feel free to pull them if you like, but I don't mind either way.