Skip to content

CommandLineInterface

nschneider edited this page Jan 28, 2013 · 11 revisions

Thre are currently two command line interfaces, an old, deprecated one an a new one which was designed to give better interoperability with Windows. Generally speaking, you can now use both --log-option or /long-option

Old style options

Plugins

Option handling was very counter intuitive.

New style options

Source

Command line options are derived from a datastructure. You can dump this using xfreerdp --help or xfreerdp /help

Clone this wiki locally