Anyone around that knows whether there is ANY package around that implements an FTP server on top of react?

The results of my google foo as well as of a search on packagist are more ... well...

imagine a western, high noon right in front of the bar: and now remove the tumbleweed...

@heiglandreas I think those projects (i.e., #ReactPHP and #AMPHP) are waiting for the community to discover them and build out these solutions. It’s still very early for them. #PHP
@ramsey And FTP is.... shall we say .... legacy? πŸ™ˆ
@heiglandreas You’d have to go for the socket server and implement all the commands yourself.
@heiglandreas I started down this path for NNTP once upon a time, but I never finished.
@ramsey Yeah. I assumed this already! But thought I'd ask.... 😁
@ramsey OTOH.... That sounds pretty interesting! I suddenly have an idea in my mind.... regarding colobus..... 😁
@heiglandreas I did get most of the way on an initial implementation. I should post my code somewhere.