File: redirection.txt

package info (click to toggle)
rdesktop 1.5.0-1etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,392 kB
  • ctags: 2,194
  • sloc: ansic: 18,250; sh: 2,797; makefile: 179; python: 34
file content (74 lines) | stat: -rw-r--r-- 1,494 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74

Syntax for configuring RDP redirection modules
==============================================

General
-------

All redirection is configured using the -r option. The general syntax
is:

-r <module>:<string>

<module> is the name of the redirection module. The following names
are valid: disk, printer, lptport, comport, clipboard, sound. 

<string> is interpreted by each redirection module. 

The redirection modules are described below.


disk mapping
-------------
Multiple mappings possible: yes
Default: no disk redirected
Syntax: -r disk:<sharename>=<path>
Example: -r disk:home=/home/johndoe


printer mapping
---------------
Multiple mappings possible: yes
Default: no printers redirected
Syntax: -r printer:<printername>
Example: -r printer:mydeskjet



LPT port mapping
----------------
Multiple mappings possible: yes
Default: no LPT ports redirected
Syntax: -r lptport:<lptport>=<device>
Example: -r lptport:LPT1=/dev/lp0


COM port mapping
----------------
Multiple mappings possible: yes
Default: no COM ports redirected
Syntax: -r comport:<comport>=<device>
Example: -r comport:COM1=/dev/ttyS0


clipboard mapping
-----------------
Multiple mappings possible: no
Default: yes
Syntax: -r clipboard:[yes|no]
Example: -r clipboard:no


sound mapping
-------------
Multiple mappings possible: no
Default: off
Syntax: -r sound:[local|off|remote]

"local" means "Bring to this computer"
"off" means "Do not play"
"remote" means "Leave at remote computer"

Example: -r sound:remote