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...

@reactphp that is!!!!

I have to upload files via FTP but would like to not put them into a filesystem but to handle them with a handler/middleware - So reactphp/http but for ftp... Might be too much....

@heiglandreas @reactphp have you thought about using some AWS async stuff? It seems a perfect task for S3+SQS+lambda/Bref

@alessandrolai @reactphp I have a client that can only send ftp and I need the file - after a slight modification - as email attachment.

Yes , I might be able to use bref for that but that's similarily complex. And can I use lambdas for something else than HTTP? So far my impression was that that's kinda a requirement....

@heiglandreas @reactphp S3 has an FTP adapter. Then, you can hook a lambda function to a notification of something landing on S3: https://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html
Tutorial: Using an Amazon S3 trigger to invoke a Lambda function - AWS Lambda

In this tutorial, you use the console to create a Lambda function and configure a trigger for Amazon Simple Storage Service (Amazon S3). The trigger invokes your function every time that you add an object to your Amazon S3 bucket.

@alessandrolai @heiglandreas @reactphp this ideia works without reactphp easily, but AWS SFTP for S3 costs about $250/m I think. If you need a staging server and a prod server, you're out $500/m for an SFTP protocol S3 Forwarding. I'd love to have it, but I refuse to pay that outrageous price