Incorporate rosapps. 0.3.15 was branched somewhat incorrectly so rosapps is not synce...
[reactos.git] / modules / rosapps / applications / net / tsclient / rdesktop / doc / redirection.txt
1
2 Syntax for configuring RDP redirection modules
3 ==============================================
4
5 General
6 -------
7
8 All redirection is configured using the -r option. The general syntax
9 is:
10
11 -r <module>:<string>
12
13 <module> is the name of the redirection module. The following names
14 are valid: disk, printer, lptport, comport, clipboard, sound.
15
16 <string> is interpreted by each redirection module.
17
18 The redirection modules are described below.
19
20
21 disk mapping
22 -------------
23 Multiple mappings possible: yes
24 Default: no disk redirected
25 Syntax: -r disk:<sharename>=<path>
26 Example: -r disk:home=/home/johndoe
27
28
29 printer mapping
30 ---------------
31 Multiple mappings possible: yes
32 Default: no printers redirected
33 Syntax: -r printer:<printername>
34 Example: -r printer:mydeskjet
35
36
37
38 LPT port mapping
39 ----------------
40 Multiple mappings possible: yes
41 Default: no LPT ports redirected
42 Syntax: -r lptport:<lptport>=<device>
43 Example: -r lptport:LPT1=/dev/lp0
44
45
46 COM port mapping
47 ----------------
48 Multiple mappings possible: yes
49 Default: no COM ports redirected
50 Syntax: -r comport:<comport>=<device>
51 Example: -r comport:COM1=/dev/ttyS0
52
53
54 clipboard mapping
55 -----------------
56 Multiple mappings possible: no
57 Default: yes
58 Syntax: -r clipboard:[yes|no]
59 Example: -r clipboard:no
60
61
62 sound mapping
63 -------------
64 Multiple mappings possible: no
65 Default: off
66 Syntax: -r sound:[local|off|remote]
67
68 "local" means "Bring to this computer"
69 "off" means "Do not play"
70 "remote" means "Leave at remote computer"
71
72 Example: -r sound:remote
73
74