WINFTP Information
==================

When WINFTP starts up, it attempts to open the file WINFTP.INI in the
current directory. If the file is found, the server, user, and password
strings are read from it. If the file is not found, default values are
used. See CONNECT.C (line 44) and WINFTP.INI.

CONNECTION
==========

  Server
  ======
    Specify the server name or IP address in dotted decimal notation
    (eg: 10.0.0.1).

  User
  ====
    Specify the FTP user name, or "anonymous" for anonymous connections.

  Password
  ========
    Specify the FTP password, or your email address for anonymous connections.

FILES
=====

  Local Directory
  ===============
    Set the local directory name and push SET. The existance of the local
    directory is NOT verified.

  Server Directory
  ================
    Set the server directory name and push SET.

  List Files / Name
  =================
    Push this button to get a list of all file names in the current server
    directory.

  List Files / Full
  =================
    Push this button to get a list of all server files in the current server
    directory in the server's full display format. This format will differ
    between operating systems (UNIX, PC, etc.)

  List Dirs
  =========
    Push this button to get a list of all sub-directories (if any) in the 
    current server directory.
    
  Xfer Mode
  =========

    Ascii XFER Mode
    ===============
      All subsequent file tranfers will be in Ascii mode.

    Binary XFER Mode
    ================
      All subsequent file tranfers will be in Binary mode.

  File Xfer
  =========

    File Name
    =========
      Specify the filename before pushing the GET, PUT, DEL, or CHK buttons.

    GET
    ===
      Push to download (GET) the file specified in the "File Name" box.

    PUT
    ===
      Push to upload (PUT) the file specified in the "File Name" box.

    DEL
    ===
      Push to delete the file specified in the "File Name" box.

    CHK
    ===
      Push to check that the file specified in the "File Name" box exists
      on the server.

  QUIT
  ====
    Push to quit the "files" panel.

  STOP
  ====
    Push to abort a file transfer in progress.

  CLEAR
  =====
    Clears the display window.

  PASSIVE
  =======
    Toggles between "passive" and "no-passive" (default) mode. Passive mode
    is often necessary to access FTP servers behind firewalls. Some FTP servers
    do not support passive mode.

[END]
