Search code examples
c#terminal-services

c# Transfer file from remote machine to terminal server


I am creating an app that will be used with terminal services, and I have created a explorer that will allow me to transfer files. this is first of all only on local machine. Is there a way that will allow me to connect to the remote machine access their common library. that would allow them to choose desktop and Documents folders. I have been trying to get the IP address of the remote machine by Code Projects Grabbing Information Of Terminal Services. I guess I'm really at a loss of words here, I'm not sure where to begin to start this process. any help or Ideas links would be very helpful.

Thanks so much!


Solution

  • Where is your file? In the net folder, or not? Can you install serviceses on target machine? You can use Process.Start method in combination with Mark Russinovich utilities or powershell remoting.