It is possible, of course. If it was not possible there were no web servers, right?
You need to see if this is what you really want. Rarely is this necessary. But if you want to go ahead, I say it’s no easy task, especially since you seem to care about safety. Making a secure server is extremely difficult and laborious, usually done by very experienced and fully dedicated teams.
Maybe there’s a solution that solves what you want without so much work. It is not the most suitable for large websites but solves specific needs. Microsoft has created something that does a lot of the work. It is a specification (OWIN) and an implementation (Katana) of a server to use with .NET. applications. in that other answer. There are links to more information about the technology. Now there is also the Kestrel which is the cross-platform implementation of OWIN.
But again, I think you don’t need any of this. A standard server should solve what you need. What you ask for is the function of any server.
See the YARP.
Can you describe this new server functionality better? It got a little confusing. It will communicate with the tool that communicates with the FTP server?
– Leonel Sanches da Silva
Hello, sorry I must have expressed myself wrong, it would just be a web server receiving parameters and responding when asked, thank you!
– Pedro
Review of the above comment, currently I use FTP and want to exchange for some type of basic server that meet these needs.
– Pedro