Results 5 issues of Patrick Juchli

Author of basic-ftp here, a little heads-up: The new version 4.0.0 of basic-ftp will have breaking changes regarding permissions and date handling. Please read the [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md#400) for more info.

See new API added in Node.js 11.10.0, [session event for TLS socket](https://nodejs.org/api/tls.html#tls_event_session). We use `getSession` to reuse the session negotiated by the control connection for all subsequent data connections. Apparently,...

LMDB is interesting for IoT contexts where reliability especially after sudden power loss is important. Right now, using lmdbjava on a Raspberry Pi (armv7, armhf) is not working. Is there...

enhancement

Currently, Highcharts requires moment-timezone to support timezones. It also uses its own way to localize time using `dateFormat`. Meanwhile, support for the standard [Intl API](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Intl) is becoming more widespread in...

VxWorks FTP Server is used in many embedded devices and returns 200 (not 234) when accepting authentication using “AUTH TLS” or “AUTH SSL”. This pull request will accept a return...