I have to do a job for college using C #, with Visual Studio, where a user accesses a web application, uploads a file, and sends it to a remote desktop machine and saves it to a specific folder.
I will use ASP.NET MVC in creating the WEB application. My question is, how can I do that this file is sent to a remote computer, selected by the user, and saved in a folder?
I thought of using a desktop application on the remote machine, which would receive this request and save the file in the folder, what is the best type of desktop project I should develop for that specific case?
Thank you in advance.