israelroldan / grunt-ssh

SSH, SFTP tasks for Grunt.
https://npmjs.org/package/grunt-ssh
MIT License
244 stars 70 forks source link

added callback option to the sftp task #118

Closed abuelwafa closed 6 years ago

abuelwafa commented 9 years ago

Hi, According to the README file, the sftp task should have a callback option to be called when transferring files is finished. however this option is not yet implemented. this simple pull request creates this option.

Thanks