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:
parent
509e65a52b
commit
47622ac36c
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue