/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide 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 astrand 502
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 stargo 577 are valid: disk, printer, lptport, comport, clipboard, sound.
15 astrand 502
16     <string> is interpreted by each redirection module.
17    
18     The redirection modules are described below.
19    
20    
21 stargo 577 disk mapping
22 astrand 502 -------------
23     Multiple mappings possible: yes
24 stargo 577 Default: no disk redirected
25     Syntax: -r disk:<driveletter>=<path>
26     Example: -r disk:H=/home/johndoe
27 astrand 502
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 stargo 529 sound mapping
63 astrand 502 -------------
64     Multiple mappings possible: no
65 astrand 503 Default: off
66 stargo 529 Planned syntax: -r sound:[local|off|remote]
67     Current syntax: -r sound
68 astrand 502
69     "local" means "Bring to this computer"
70     "off" means "Do not play"
71     "remote" means "Leave at remote computer"
72    
73 stargo 529 Example: -r sound:remote
74 astrand 502
75    

  ViewVC Help
Powered by ViewVC 1.1.26