node-rdpjs icon indicating copy to clipboard operation
node-rdpjs copied to clipboard

Is it possible to use mapped drives?

Open kunal-mandalia opened this issue 7 years ago • 1 comments

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!

kunal-mandalia avatar Jun 12 '18 11:06 kunal-mandalia

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

hktalent avatar Jan 15 '19 01:01 hktalent