TCPIP$FTP_HELP.HLB  —  LOGIN  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