Is it possible copy folders from remote computer without using powershell or cmd. Is there any other interface?
Asked
Active
Viewed 69 times
0
-
You can go [here](http://stackoverflow.com/questions/9304953/copy-files-from-remote-rdp-to-local-machine), and have your problem solved. – Yagya Singh Rajawat May 06 '16 at 07:29
-
I wanted a programatical way. – Shen Prabu May 06 '16 at 07:30
-
What is stopping you from using PowerShell or command prompt? – Aman Sharma May 06 '16 at 12:27
-
Since I have to do copy many times, it takes considerably long time when executing powershell commands through c#. So I wanted a way that it takes less time than in powershell. – Shen Prabu May 09 '16 at 12:10