  Windows Sockets FTP Client Application  -  WS_FTP  -  Version 94.03.25
  ======================================================================
 
 Description:
 
   This application is a standard File Transfer Protocol (FTP) client 
   application for Windows Sockets.  The user interface for this FTP 
   client is designed with the novice FTP user in mind.  Usage should 
   be obvious.  For more information on FTP please refer to the many
   different NETNEWS groups or one of the recent books on the Internet.

   WS_FTP also provides for automatic downloads of files.  See HLP file
   for information on "Auto Transfer of Files".

  **********************************************************************
  *  This program executable, help file and related text files may be  *
  *  distributed freely and may be used without fee by any individual  *
  *  for  non-commercial  use  and  by  any  United States Government  *
  *  organization.  This version of WS_FTP may  not be distributed as  *
  *  a part of any commercial package.                                 *
  **********************************************************************

   This program was developed entirely on personal equipment using 
   personal time and personal resources.  My association with the U.S. 
   Army has no bearing on the design or implementation of this program 
   nor does it imply that the U.S. Army, Fort Gordon, the United States 
   Military Academy or the U.S. Army Computer Science School endorses 
   the use of this program.
 
 Requirements:
 
   WS_FTP requires you to have a properly installed WINSOCK.DLL 
   and requires Windows 3.1 or later. 
 
 Installation:
 
   YOU MUST HAVE A PROPERLY INSTALLED WINSOCK.DLL FOR THIS APPLICATION
   TO WORK.  REFER TO YOUR WINSOCK.DLL DOCUMENTATION FOR SETUP!!
 
   1. Create a directory for this program and copy WS_FTP.EXE, 
      WS_FTP.INI and WS_FTP.HLP to that directory.

   2. Create an ICON in any Program Manager group.
      a. Use the File Manager and drag the program into a Program
         Manager group.
      b. Use [F]ile [N]ew in the Program Manager.
 
 Latest Version:
 
   The latest version of this application should always be the file
   /pub/msdos/winsock.files/ws_ftp.zip on ftp.usma.edu (129.29.64.246).
   To access it, enter 129.29.64.246 as the host name and check the
   "anonymous login" box in the WS_FTP connect dialog box.

   Beta versions are only available from ftp.usma.edu in the /pub/msdos
   directory as ws_ftp.zip.new

   Source code for the 93.12.05 version is in the file ws_ftp_s.zip
   in the /pub/msdos/winsock.files directory on ftp.usma.edu.
 
 Bug reports, suggestions, etc...

   If you connect to a host that WS_FTP doesn't recognize (i.e. listboxes
   remain blank or are displayed incorrectly).

   1. Try the different host types that are listed in the options dialog
      box.  (the change takes affect immediately, you do not need to 
      change directories, etc..)

   2. If you can't find one that displays the directory correctly, then:

      a.  Double click on the status area and save the message log to a file
      b.  click on the LongDir button and save the contents to a different
          file.
      c.  mail both files to "junodj@css583.gordon.army.mil"
 
   Send all bug reports, suggestions, etc to "junodj@css583.gordon.army.mil"
   or to "72321,366" on compuserve or to "jjunod" on america-on-line.
  
   If you like this program, let other people know about it!
   Post your comments in comp.protocol.tcp-ip.ibmpc, alt.winsock and
   in the windows groups on usenet and places like compuserve.  Let
   people know about it!
 
 Program information and copyright:
 
   Copyright (C) 1994 by John A. Junod.  All rights reserved.

   Author:
       John A. Junod          Internet: <junodj@css583.gordon.army.mil>
       267 Hillwood Street              <zj8549@trotter.usma.edu>
       Martinez, GA 30907   Compuserve: 72321,366       AOL: jjunod
       (706)-780-2671
 
   THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY 
   OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
   PURPOSE. IN NO EVENT SHALL JOHN A. JUNOD BE LIABLE FOR ANY DAMAGES 
   WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS 
   OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF JOHN A. JUNOD HAS BEEN 
   ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
 
  **********************************************************************
  *  This program executable, help file and related text files may be  *
  *  distributed freely and may be used without fee by any individual  *
  *  for  non-commercial  use  and  by  any  United States Government  *
  *  organization.  This version of WS_FTP may  not be distributed as  *
  *  a part of any commercial package.                                 *
  **********************************************************************

   This program was developed entirely on personal equipment using 
   personal time and personal resources.  My association with the U.S. 
   Army has no bearing on the design or implementation of this program 
   nor does it imply that the U.S. Army, Fort Gordon, the United States 
   Military Academy or the U.S. Army Computer Science School endorses 
   the use of this program.
 
  -----------------------------------------------------------------------

Latest changes:

  Strip directory name from front of VMS names if present.

  Corrected keys in popup menu.

  Added OS/9 host type

  Changed Connect/Close/Cancel/Help button processing

  Support WWW URL "file:" type on command line

  Retry connection to host up to 20 times

  Pressing <- and -> buttons with no file selected will prompt for name

  Pressing OK button in connection box does NOT save host information,
    you must press Save_Config instead.

  Added support for Piper IP FTP daemons (does NOT auto detect and long
    directory looks just like a DOS directory)

  Added support for PASV transfers (new option)
  
  Added option to Auto Save Configuration when OK button is pressed in
    the connection box.
    
  Added option to change the screen layout (you must change the window
    size to make the change take effect immediately)
    
  Command line also supports "ftp:\\host_name\path_name\file_name"
  
  Added local directory to connection dialog... watch where you are
    located if you don't have a directory specified!  You can use
    "ORIGDIR" to make sure that it is in the directory where WS_FTP
    started from otherwise you are left in the current directory if
    no name is specified.
    
I've got a whole list of other changes to make but have been fairly busy
lately so it may be a few weeks before the next version.  Sorry if your
changes haven't been made!  - jaj