dmathieu / glynn

Unmaintained. See the README - Generate your jekyll blog files and sends them through FTP
MIT License
359 stars 56 forks source link

FTPS support #31

Closed tobika closed 10 years ago

tobika commented 10 years ago

Is anyone working on this already? Would like to copy my site on an ftp with SSL not to give out my password in the wild. It should be also possible to accept self signed certificates.

I have never developed in ruby but might check out this implementation of FTPS: https://github.com/bnix/double-bag-ftps

I read that for the time beeing glynn doesn't have any dependencies. Would it be bad to introduce this?

tobika commented 10 years ago

just added a pull request #32