Robert-W / grunt-ftp-push

Deploy files to an FTP server as part of your Grunt workflow.
MIT License
39 stars 14 forks source link

DeprecationWarning Ftp.rawquit: Use Ftp.raw('quit args') instead. #50

Closed pavlovicnemanja closed 7 years ago

pavlovicnemanja commented 7 years ago

Getting warning (node:5508) DeprecationWarning: Ftp.rawquit: Use Ftp.raw('quit args') instead.

:)

Robert-W commented 7 years ago

Thanks for pointing this out. If you have capacity to submit a PR I would appreciate it. Otherwise I will try to make the changes for this in the next few days.

Psykoral commented 7 years ago

I've added https://github.com/Robert-W/grunt-ftp-push/pull/51 to resolve this issue.