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

Does this work with FTPs TLS explicit? #39

Closed JacobLett closed 8 years ago

Robert-W commented 8 years ago

I don't believe it does, It's just leveraging JSFTP and its functionality for all the FTP features. So this plugin only supports things they have implemented. I have seen a PR to merge in some basic functionality but nothing that would be useful for this plugin, See https://github.com/sergi/jsftp/pull/110

JacobLett commented 8 years ago

Thank you Robert. I am going to ask my server admin can just allow regular FTP since I am just creating sending theme files. Thank you for sharing this it really helps development.

Robert-W commented 8 years ago

Ok sounds good, and no problem.