reactos/modules/rosapps/applications/net/tsclient/rdesktop
2021-10-07 23:08:03 +03:00
..
doc
keymaps
uiports [TSCLIENT] Fix code F12 array index (#4006) 2021-10-07 23:08:03 +03:00
vnc
bitmap.c
bootstrap
cache.c
channels.c
cliprdr.c
config.guess
config.sub
configure.ac
constants.h
COPYING
disk.c
disk.h
ewmhints.c
indent-all.sh
install-sh
iso.c
licence.c
lspci.c
Makefile.in
mcs.c
mppc.c
orders.c
orders.h
parallel.c
parse.h
printer.c
printercache.c
proto.h
proto.head
proto.tail
pstcache.c
rdesktop-core.vcproj
rdesktop.c
rdesktop.h
rdesktop.spec
rdp.c
rdp5.c
rdpdr.c
rdpsnd.c
rdpsnd_libao.c
rdpsnd_oss.c
rdpsnd_sgi.c
rdpsnd_sun.c
README
scancodes.h
seamless.c
seamless.h
secure.c
serial.c
tcp.c
types.h
xclip.c
xkeymap.c
xproto.h
xwin.c

===========================================
rdesktop: A Remote Desktop Protocol client.
===========================================

rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
Remote Desktop, and possibly other Terminal Services products.
rdesktop currently implements the RDP version 4 and 5 protocols.

Installation
------------
rdesktop uses a typical GNU-style build procedure:

	% ./configure [options]
	% make
	% make install

where documentation for [options] can be found by running "./configure --help".
Usually no options are necessary.  The default is to install under /usr/local,
this can be changed with --prefix=directory.

Invocation
----------

	% rdesktop [options] server

where server is the name of the Terminal Services machine.  Note: if you
receive "Connection refused", this probably means that the server does not have
Terminal Services enabled, or there is a firewall blocking access.

The rdesktop manual page lists the possible options ("man rdesktop").