Forrest logo
back to context overview

xfreerdp

List of commands for xfreerdp:

  • xfreerdp:tldr:03a1f xfreerdp: Connect to a FreeRDP server with clipboard redirection.
    $ xfreerdp /v:${ip_address} /u:${username} /p:${password} +clipboard
    try on your machine
    explain this command
  • xfreerdp:tldr:061ac xfreerdp: Connect to a FreeRDP server.
    $ xfreerdp /u:${username} /p:${password} /v:${ip_address}
    try on your machine
    explain this command
  • xfreerdp:tldr:4522f xfreerdp: Connect to a FreeRDP server and activate audio output redirection using `sys:alsa` device.
    $ xfreerdp /u:${username} /p:${password} /v:${ip_address} /sound:${sys:alsa}
    try on your machine
    explain this command
  • xfreerdp:tldr:5dc5b xfreerdp: Connect to a FreeRDP server with dynamic resolution.
    $ xfreerdp /v:${ip_address} /u:${username} /p:${password} /dynamic-resolution
    try on your machine
    explain this command
  • xfreerdp:tldr:9a3ff xfreerdp: Connect to a FreeRDP server with a shared directory.
    $ xfreerdp /v:${ip_address} /u:${username} /p:${password} /drive:${path-to-directory},${share_name}
    try on your machine
    explain this command
  • xfreerdp:tldr:a0492 xfreerdp: Connect to a FreeRDP server ignoring any certificate checks.
    $ xfreerdp /v:${ip_address} /u:${username} /p:${password} /cert:ignore
    try on your machine
    explain this command
back to context overview