From 47622ac36c2e093c956095af2bc4a513715079be Mon Sep 17 00:00:00 2001 From: cyberimpulse <129730911+cyberimpulse@users.noreply.github.com> Date: Fri, 2 Jun 2023 06:43:56 +0800 Subject: [PATCH] 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 * Update pages/linux/xfreerdp.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/xfreerdp.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/xfreerdp.md b/pages/linux/xfreerdp.md index 792eb33a5..9e3ae9bec 100644 --- a/pages/linux/xfreerdp.md +++ b/pages/linux/xfreerdp.md @@ -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}}`