/[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 747 - (show annotations)
Mon Aug 9 13:50:41 2004 UTC (19 years, 9 months ago) by astrand
File MIME type: text/plain
File size: 1494 byte(s)
Disk redirection actually uses share names; not drive letters.
Make sure we truncate share names longer than 8 chars.
Documentation updated.

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

  ViewVC Help
Powered by ViewVC 1.1.26