I am writing a Network application, the application should be able to show a list of files on the peer's computer, and if the user wants to, he/she should be able to run this file, like you would through a normal windows shared folder. I do not want the file to be copied (especially if it's a big file), and I do not want achieve this through creating a shared folder, but other applications should still treat it as a normal file that resides on the local computer.
I currently have no idea on how to do this, and I would appreciate pointers on what would be necessary to achieve this. I hope the explanation is clear enough, thanks in advance!
I currently have no idea on how to do this, and I would appreciate pointers on what would be necessary to achieve this. I hope the explanation is clear enough, thanks in advance!