node-rdpjs
node-rdpjs copied to clipboard
Is it possible to use mapped drives?
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 use smbclient? or mount -t cifs -o username=administrator,password='xxxx!@#$' //192.16.30.11/d$ /tmp/xx