Ronny Springer

Results 2 comments of Ronny Springer

I'm struggling to create a FTP with explizit TLS connect. If I understand the code correct, the [`protocol` should be FTPS](https://github.com/SamKirkland/ftp-deploy/blob/198e42578e83114191d3ed2377cce76c66d3abec/src/deploy.ts#L34C5-L36C6) to [pass down the `secrue = true`](https://www.npmjs.com/package/basic-ftp#user-content-usage). So, my...

Hi Justin, there is a mistake in given Fibonacci example. If n is 0 it is 0 (e.g. [Ron Knott's Fib table](http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/fibtable.html)). I share [my code at jsbin.com](http://jsbin.com/cijorurewe/1/edit?js,console) for ES5...