Stands for Remote Desktop Protocol.

Mounting using rdesktop

rdesktop 10.10.10.132 -d HTB -u administrator -p 'Password' -r disk:linux='home/user/rdesktop/files'
xfreerdp /v:10.10.10.132 /d:HTB /u:administrator /p:'Password' /drive:linux,home/plaintext/htb/academy/filetransfer'

We can then go to \\tsclient\ directory to transfer files to and from the RDP session.