AminetAminet
Search:
84479 packages online
About
Recent
Browse
Search
Upload
Setup
Services

comm/tcp/rdesktop.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:Remote Desktop client for OS4 Update 4
Author:Martin Blom, Joerg Strohmayer, Simon Archer
Uploader:darrenhd gmail com (Darren Eveland)
Type:comm/tcp
Version:2006-2
Requires:Amiga OS4 Update 4, access to a Windows host
Architecture:ppc-amigaos >= 4.0.4
Date:2006-03-20
Download:http://aminet.net/comm/tcp/rdesktop.lha - View contents
Readme:http://aminet.net/comm/tcp/rdesktop.readme
Downloads:950

RDESKTOP

Format:         RDESKTOP [USER=<name>] [DOMAIN=<domain>] [PASSWORD=<pwd>|-]
                [CLIENT=<hostname>]  [CONSOLE] [FRENCH] [NOENC|NOENCRYPTION]
                [SHELL=<winprog>] [DIR|DIRECTORY=<windir>] [LEFT=<n>] [TOP=<n>]
                [W|WIDTH=<n>] [H|HEIGHT=<n>] [D|DEPTH=<bpp>] [PUBSCREEN=<name>]
                [TITLE=<title>] [FS|FULLSCREEN] [SCREENMODE=<modenum>]
                [AUDIO=<unit>] [REMOTEAUDIO] [BITMAPSONLY] [NOMOUSE]
                [EXP|EXPERIENCE=28K8|56K|DSL|LAN] [RDP4] [SERVER] <server>

Template:       SERVER/A,USER/K,DOMAIN/K,PASSWORD/K,CLIENT/K,CONSOLE/S,FRENCH/S,
                NOENC=NOENCRYPTION/S,SHELL/K,DIR=DIRECTORY/K,LEFT/K/N,TOP/K/N,
                W=WIDTH/K/N,H=HEIGHT/K/N,D=DEPTH/K/N,PUBSCREEN/K,TITLE/K,
                FS=FULLSCREEN/S,SCREENMODE/K/N,AUDIO/K/N,REMOTEAUDIO/S,
                BITMAPSONLY/S,NOMOUSE/S,EXP=EXPERIENCE/K,RDP4/S"

Purpose:        To connect to a Windows NT Terminal Server


Introduction:

RDESKTOP [1] is a free client for the RDP protocol. It works as a
"thin client" which you use to connect to Windows
NT4TS/2000/2003/XP. RDESKTOP was created by Samba team member Matthew
Chapman and released under the GNU Public License. It runs on many
operating systems: several flavours of Unix/Linux, Acorn, Amiga, Mac
OS X, OS/2 etc. It has even been ported to Win32 and Java. [2]

It was ported by Martin Blom, who also did a previous Amiga port
(version 2001-10-28). This port, however, is using a much more recent
Unix snapshot, which makes it work correctly with Windows XP and adds
loads of new features. It is also much more "Amigaized" than the last
version.

Thanks to (in no particular order):

André 'Jobbo' Siegel for the gorgeous PNG icons.
Sigbjørn Skjæret for additional beta testing and advice.
Ralph Schmidt for allowing use of the MorphOS logo (MOS version).
Martin Blom for programming.
Darren Eveland for beta testing, project funding, and website.
Genesi/BBRV for MorphOS port funding.
Simon Archer (OS4 GUI)
Restore2003 (gfx), Toaks (gfx support)
Jörg Strohmayer (OS4 port and bug fixes)

Specification:

From Workbench:

Double Click on the RDesktopGUI icon and configure the GUI for your connection.
Refer to the RDesktopGUI.guide file for further information on the GUI.

From Shell:

In the simplest case, RDESKTOP is invoked with the host name of the
Windows server as sole argument. This will open a window on the
default public screen and connect using RDP5 in 8 bit mode. The window
will be 80% or the screen size, which is (approximately) 640x480 on an
800x600 screen, 800x600 on a 1024x768 screen etc.

The dimensions, in pixels, of the window (or screen -- see the
FULLSCREEN switch below) can be set using the WIDTH and HEIGHT
arguments. If negative, the percentage of the screen size is used
instead. The DEPTH argument is used to specify the RDP server depth,
useful when running in window mode on a true-color public
screen. Valid values are 8, 15, 16 or 24. LEFT and TOP specify the
position of the window, in pixels, from the left and top edges of the
screen, respectively.

The public screen to open on is specified by using the PUBSCREEN
argument. The window title can be set by using the TITLE argument.

By using the FULLSCREEN switch, RDESKTOP will open a screen of its
own. Unless SCREENMODE is also used to specify the mode number, in
decimal or (MorphOS version only) hex using the '0x' prefix, a
screen mode requester will appear before connecting to the
server. DEPTH is automatically taken from the requester or, if a
true-color screen mode is specified, the screen mode.

Audio will be redirected automatically. Use the AUDIO argument to
specify the AHI unit to use (default is 0). The REMOTEAUDIO switch can
be used to leave audio enabled on the remote side instead.

The Clipboard can be used to copy text from the Amiga to the Windows
host, and from the Windows host to the Amiga, using the normal
cut/paste keyboard shortcuts.

The user name can be specified by using the USER argument and the
windows domain by using the DOMAIN argument. The password can be set
by using the PASSWORD switch. The special password "-" will make
RDESKTOP ask for the password before connecting.

To override the client host name, use the CLIENT argument. The client
name is used when loading TSE licenses. These licenses are expected to
be available as "ENVARC:RDesktop/license.<name>".

When using the French version of NT TSE, the FRENCH switch must be
used to disable encryption. The NOENCRYPTION switch can be used on
other servers to disable encryption after the initial login packets
have been sent. Note that this means that interactive logins will be
unencrypted!

Windows 2003 Server allows the user to attach to the console using
RDP. This is activated by using the CONSOLE switch. 

The startup shell can be specified by using the SHELL argument. The
default working directory can be set by using DIRECTORY. The default
shell is the Windows Explorer (i.e., the normal Windows desktop).

Finally, there are a couple of arguments that influence what is sent
over the network. Use BITMAPSONLY to ask the server to send all
graphics as bitmaps instead of high-level drawing operations. NOMOUSE
makes RDESKTOP not send any mouse movements to the server in order to
save bandwidth. The EXPERIENCE argument, which can be 28K8, 56K, DSL
or LAN, disables certain behaviours. The default is 56K.

  * LAN disables nothing
  * DSL disables the desktop wallpaper
  * 56K disables wallpaper, solid window moving and menu animations
  * 28K8 disables wallpaper, solid window moving, menu animations and
    theming.

The RDP4 switch disables the RDP v5 protocol.

(When running from Workbench, the special ixemul tooltype WINDOW may or
may not be interpreted as a window string for the console window.)


Example 1:

1> RDESKTOP winserver

connects to the Windows server "winserver" in 8 bit window mode.


Example 2:

1> RDESKTOP WIDTH 800 HEIGHT -50 DEPTH 16 winserver

connects to the Windows server "winserver" in 16 bit true-color window
mode. The usable area of the window with be 800 pixels wide and half
of the screen height (50%) tall.


Example 3:

1> RDESKTOP FULLSCREEN winserver 

connects to the Windows server "winserver" in fullscreen mode. A
screenmode requester will first appear, where you can select the
resolution and depth for the session.


Example 4:

4> RDESKTOP REMOTEAUDIO SCREENMODE=2195460 WIDTH=640 HEIGHT=512
   DEPTH=5 NOENCRYPTION NOMOUSE EXPERIENCE=28k8 winserver

opens an OCS compatible PAL Hires Laced 640x512 screen with 32 colors,
connects to "winserver" with encryption turned off and audio left
enabled on the server. No mouse movements are sent and all "extras",
like wallpapers and solid window moving are disabled. The remote
windows desktop will be in 256 color mode, even though the Amiga only
displays 32 colors. Don't expect miracles.

-------------------------------------------------------------------------------
[1] http://www.rdesktop.org/
[2] http://www.jacco2.dds.nl/rdesktop/








Contents of comm/tcp/rdesktop.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                 1304    1655  78.8% -lh5- 1177 Feb 13 23:52 RDesktop-OS4.info
[generic]                 2542    6251  40.7% -lh5- ebef Feb 13 23:49 RDesktop-OS4/ChangeLog
[generic]                 1815    2738  66.3% -lh5- 8b4d Feb  7  2005 RDesktop-OS4/ChangeLog.info
[generic]                 7066   18186  38.9% -lh5- ac95 May 23  2004 RDesktop-OS4/COPYING
[generic]                 1808    2733  66.2% -lh5- c9fb Feb  7  2005 RDesktop-OS4/COPYING.info
[generic]                52158   52158 100.0% -lh0- 4cd0 Jan 14  2005 RDesktop-OS4/images/banner
[generic]                52158   52158 100.0% -lh0- 4cd0 Jan 14  2005 RDesktop-OS4/images/banner.png
[generic]                 2360    2360 100.0% -lh0- 0597 Jan 21  2005 RDesktop-OS4/images/Drawer
[generic]                 1682    1682 100.0% -lh0- d965 Jan 21  2005 RDesktop-OS4/images/Info
[generic]                 1611    1611 100.0% -lh0- 9a54 Jan 21  2005 RDesktop-OS4/images/Key
[generic]                 2304    2304 100.0% -lh0- 1718 Jan 21  2005 RDesktop-OS4/images/Logon
[generic]                 2054    2054 100.0% -lh0- b0c5 Jan 21  2005 RDesktop-OS4/images/mouse
[generic]                 2793    2793 100.0% -lh0- 9d0f Jan 21  2005 RDesktop-OS4/images/oldtool
[generic]                 2953    2953 100.0% -lh0- 3a4f Jan 21  2005 RDesktop-OS4/images/palette
[generic]                 2410    2410 100.0% -lh0- 2638 Jan 21  2005 RDesktop-OS4/images/screen
[generic]                 1923    1923 100.0% -lh0- e7c3 Jan 21  2005 RDesktop-OS4/images/sound
[generic]                 1801    2751  65.5% -lh5- 86d3 Feb  7  2005 RDesktop-OS4/PNG_Icons.info
[generic]                 3176    3314  95.8% -lh5- 9001 May 25  2004 RDesktop-OS4/PNG_Icons/RDesktop.info
[generic]                 7165    7306  98.1% -lh5- 0091 May 25  2004 RDesktop-OS4/PNG_Icons/RDesktop/COPYING.info
[generic]                 6573    6708  98.0% -lh5- f8f3 May 25  2004 RDesktop-OS4/PNG_Icons/RDesktop/Living_room_PC.info
[generic]                 6554    6683  98.1% -lh5- e493 May 25  2004 RDesktop-OS4/PNG_Icons/RDesktop/RDesktop.info
[generic]                 7165    7306  98.1% -lh5- 3dfc May 25  2004 RDesktop-OS4/PNG_Icons/RDesktop/RDesktop.readme.info
[generic]                88477  202196  43.8% -lh5- 6afd Aug 12  2005 RDesktop-OS4/RDesktop
[generic]                 3360    7408  45.4% -lh5- 8df7 Feb 13 23:46 RDesktop-OS4/RDesktop.readme
[generic]                 1808    2733  66.2% -lh5- 1d51 Feb  7  2005 RDesktop-OS4/RDesktop.readme.info
[generic]                23269   71948  32.3% -lh5- 37d8 Mar 20 02:17 RDesktop-OS4/RDesktopGUI
[generic]                 4744   12657  37.5% -lh5- ed4b Mar 17 13:05 RDesktop-OS4/RDesktopGUI.guide
[generic]                 1474    2307  63.9% -lh5- fa3e Feb  7  2005 RDesktop-OS4/RDesktopGUI.guide.info
[generic]                14254   19358  73.6% -lh5- cb2a Mar 20 02:18 RDesktop-OS4/RDesktopGUI.info
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        29 files  308761  508644  60.7%            Mar 20 15:05

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>