citronneur / node-rdpjs

Remote Desktop Protocol for Node.js
GNU General Public License v3.0
887 stars 154 forks source link

Is it possible to use mapped drives? #36

Open kunal-mandalia opened 6 years ago

kunal-mandalia commented 6 years ago

My use case is I have a local directory e.g. C:/tmp

I want to be able to access this directory from within the remotely connected PC. Is this possible?

Great work by the way!

hktalent commented 5 years ago

@kunal-mandalia use smbclient? or mount -t cifs -o username=administrator,password='xxxx!@#$' //192.16.30.11/d$ /tmp/xx