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

SFTP? #38

Closed doodirock closed 8 years ago

doodirock commented 9 years ago

Just wonders if SFTP is an option. I didnt see anything within the list of options.

Robert-W commented 9 years ago

Hey sorry for the late reply, Ive been out with the flu this past week. At the moment it is not supported. Im using JSFTP for my ftp library and I don't think he supports it yet, there was a discussion here (https://github.com/sergi/jsftp/issues/39) but no clear resolution and I don't see anything in his docs mentioning support for it as of today.

This may be something supported in the future if anyone wants to contribute or I have time to find another ftp/sftp library that also supports syncing.