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