PowerTCP Emulation for .NET
Rlogin Class
Members 




The Rlogin component enables use of the remote login protocol within any .NET application.
Object Model
Rlogin ClassTcpSocketOption Class
Syntax
Public Class Rlogin 
   Inherits PtyBase
Dim instance As Rlogin
public class Rlogin : PtyBase 
public __gc class Rlogin : public PtyBase 
public ref class Rlogin : public PtyBase 
Remarks

Use the Rlogin component to login to a remote host (typically a UNIX host). To use the Rlogin component, call the Connect and Login methods, passing in the appropriate parameters. Once connected, send commands to the remote host by using Write; receive data from the remote host using Read.

Rlogin is similar to Telnet, but has less complexity. Rlogin does not support telnet option negotiation, but does support the window size construct. Set the DisplayCharacters and DisplayPixels properties and the appropriate window size response is sent when the server requests this information.

Rlogin requires authorization for the local host running the application. To do this, add the appropriate entries to the hosts.equiv or .rhosts files located on the remote host. These files enable login from other machines and users. The hosts.equiv file is a system file containing names of remote hosts authorized to execute the remote protocol. If not authorized in this file, the remote host looks for the .rhosts file located in the user's account on the remote host. The .rhosts file contains lines of host names and login names paired together. If the remote hosts .rhosts file lacks an entry for the client, the server will request an interactive login, like Telnet.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Dart.Emulation.ComponentBase
            Dart.Emulation.SocketBase
               Dart.Emulation.TcpBase
                  Dart.Emulation.PtyBase
                     Dart.Emulation.Rlogin

See Also

Reference

Rlogin Members
Dart.Emulation Namespace


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic