/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/redirection.txt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/rdesktop/doc/redirection.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Thu Jan 22 22:10:17 2004 UTC (20 years, 4 months ago) by stargo
File MIME type: text/plain
File size: 1540 byte(s)
Documentation fixes by François Revol

1
2 Future 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:<driveletter>=<path>
26 Example: -r disk:H=/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 Planned syntax: -r sound:[local|off|remote]
67 Current syntax: -r sound
68
69 "local" means "Bring to this computer"
70 "off" means "Do not play"
71 "remote" means "Leave at remote computer"
72
73 Example: -r sound:remote
74
75

  ViewVC Help
Powered by ViewVC 1.1.26