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>
pull/23/head
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
1 changed files with 4 additions and 0 deletions

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}}`