/[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 862 by stargo, Mon Mar 14 12:59:47 2005 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 2003 Terminal Services/Remote Desktop, Windows XP
7  System, and other ports should be fairly straightforward.  Remote Desktop, and possibly other Terminal Services products.
8    rdesktop currently implements the RDP version 4 and 5 protocol.
9  rdesktop was written by Matt Chapman (matthewc@cse.unsw.edu.au) based  
10  on various scarce documentation, wire sniffs, and trial-and-error. It  Installation
11  is released under the GNU Public Licence (GPL).  Please send feedback,  ------------
12  bug reports and patches to the appropriate mailing list  rdesktop uses a typical GNU-style build procedure:
13  (http://sourceforge.net/mail/?group_id=24366)  
14            % ./configure [options]
15  rdesktop is a Sourceforge project.  See the Sourceforge rdesktop          % make
16  project info (http://sourceforge.net/projects/rdesktop/) for more          % make install
17  information.  
18    where documentation for [options] can be found by running "./configure --help".
19    Usually no options are necessary.  The default is to install under /usr/local,
20    this can be changed with --prefix=directory.
21    
22    Invocation
23    ----------
24    
25            % rdesktop [options] server
26    
27    where server is the name of the Terminal Services machine.  Note: if you
28    receive "Connection refused", this probably means that the server does not have
29    Terminal Services enabled, or there is a firewall blocking access.
30    
31    The rdesktop manual page lists the possible options ("man rdesktop").
32    

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

  ViewVC Help
Powered by ViewVC 1.1.26