TCPIP$FTP_HELP.HLB  —  LOGIN
    Initiates the login process and completes it if no password is
    required. If a password is required, enter it at the password
    prompt.

    Use this command if the connection is active but the login
    procedure fails when you request a connection.

    DCL Format

      LOGIN  user_name

    UNIX Format

      user  user_name

1  –  Parameters

 user_name

    Required.

    Your account on the connected remote host.

2  –  Example

  $ FTP
  FTP> open bygnet
  220 bygnet.band2.stat.com FTP server (UNIX Version 5.60) ready
  Connected to bygnet.
  Name (bygnet:vana): evt
  331 Password required for evt.
  Password:
  530 Login incorrect.
  %TCPIP-E-FTP_LOGREJ, login request rejected
  FTP> LOGIN "evt"
  331 Password required for evt.
  Password:
  230 User evt logged in.
  FTP>

      While trying to connect and log in to remote UNIX host bygnet,
      user evt enters an incorrect passsword. Although host bygnet
      completes the connection, bygnet rejects the login request. The
      LOGIN command successfully completes the login to the remote
      host.
Close Help