1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

xfreerdp: add /drive example (#10304)

* Update xfreerdp.md

Added command to map shared drive

* Update xfreerdp.md

Corrected typo, removed trailing white space

* Update xfreerdp.md

Corrected path/to/directory placeholder

* Update pages/linux/xfreerdp.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update pages/linux/xfreerdp.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
cyberimpulse 2023-06-02 06:43:56 +08:00 committed by GitHub
parent 509e65a52b
commit 47622ac36c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,7 @@
- Connect to a FreeRDP server ignoring any certificate checks:
`xfreerdp /v:{{ip_address}} /u:{{username}} /p:{{password}} /cert:ignore`
- Connect to a FreeRDP server with a shared directory:
`xfreerdp /v:{{ip_address}} /u:{{username}} /p:{{password}} /drive:{{path/to/directory}},{{share_name}}`