0
I have to do a job for the 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 in a specific folder.
I will use ASP.NET MVC in the creation of 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 to use a desktop application on the remote machine, which would receive this request and save the file in the folder, what the best type of desktop project I should develop, for this specific case?
Thanks in advance.
Have you ever thought about how you will make your web application "send" something to a desktop application?
– Jéf Bueno
I thought of using Sockets or FTP, but GOKU Ssjgod gave the idea of the desktop application to directly download a folder from the server.
– Vinicius Roberto