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

Diff of /sourceforge.net/trunk/rdesktop/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 109 by astrand, Sun Sep 1 11:37:28 2002 UTC revision 217 by matthewc, Wed Oct 9 14:13:46 2002 UTC
# Line 1  Line 1 
1  rdesktop is an open source client for Windows NT Terminal Server and  ===========================================
2  Windows 2000 Terminal Services, capable of natively speaking Remote  rdesktop: A Remote Desktop Protocol client.
3  Desktop Protocol (RDP) in order to present the user's NT  ===========================================
4  desktop. Unlike Citrix ICA, no server extensions are required.  
5    rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
6  rdesktop currently runs on most UNIX based platforms with the X Window  Terminal Services, Windows XP Remote Desktop, and possibly other Terminal
7  System, and other ports should be fairly straightforward.  Services products.  rdesktop currently implements the RDP version 4 protocol.
8    
9  rdesktop was written by Matt Chapman (matthewc@cse.unsw.edu.au) based  Installation
10  on various scarce documentation, wire sniffs, and trial-and-error. It  ------------
11  is released under the GNU Public Licence (GPL).  Please send feedback,  rdesktop uses a typical GNU-style build procedure:
12  bug reports and patches to the appropriate mailing list  
13  (http://sourceforge.net/mail/?group_id=24366)          % ./configure [options]
14            % make
15  rdesktop is a Sourceforge project.  See the Sourceforge rdesktop          % make install
16  project info (http://sourceforge.net/projects/rdesktop/) for more  
17  information.  where documentation for [options] can be found by running "./configure --help".
18    Usually no options are necessary.  The default is to install under /usr/local,
19    this can be changed with --prefix=directory.
20    
21    Invocation
22    ----------
23    
24            % rdesktop [options] server
25    
26    where server is the name of the Terminal Services machine.  Note: if you
27    receive "Connection refused", this probably means that the server does not have
28    Terminal Services enabled, or there is a firewall blocking access.
29    
30    The rdesktop manual page lists the possible options ("man rdesktop").
31    

Legend:
Removed from v.109  
changed lines
  Added in v.217

  ViewVC Help
Powered by ViewVC 1.1.26