  Windows Sockets FTP Client Application  -  WS_FTP  -  Version 94.01.29
  ======================================================================
 
 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".
 
 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
 
 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 and alt.winsock.
 
 Program information:
 
   Written by:
       John A. Junod             Internet: <junodj@css583.gordon.army.mil>
       267 Hillwood Street                 <zj8549@trotter.usma.edu>
       Martinez, GA 30907      Compuserve: 72321,366       AOL: jjunod
 
       MSG John A. Junod
       NCOIC, Technology Integration Division
       US Army Computer Science School
       Bldg 24801, Dixon Hall
       Fort Gordon, GA 30905           AV 780-3245
 
   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 is released into the public domain.

  Thanks to Jeff Welty for his code related to the ANS Gateway.
  Thanks to Robert E. Stockwell for his code related to an Internet Firewall. 
  Thanks to Dr. Graham Barlow for detailed PDP11/RSX11M info, VMS info 
    detailed testing and bug reports.
  Thanks to "hari" for detailed VMS info.
  Thanks to Dave Heap for MAC-NCSA info.
  Thanks to Anton Helm for MAC-PS info (still isn't working 100%).
  Thanks to Tony Kay for the detailed AS/400 info.
  Thanks to Bill Kelly for the detailed MVS info.
  Thanks to Gerry VonRiesen for help with help.
  Thanks to Johan van der Hoeven for bug fixes.
  Thanks to Mario Guerra, Chris Sacksteder and a number of other people
    for comments, bug reports, suggestions and more....

Changes since last major release 93.12.05 (94.01.18 version)
  Made it work with Novell Winsock LWP.
  Removed debug window
  Added popup menu to replace debug window (use right mouse button on
    a gray area of the screen).
  Left Double click on status message area to get a log window.
  Blanked out password from std input box.
  Added MAC NCSA support (must select host type, auto-detect doesn't work)
  Added ABORT processing (not perfect yet)
  Fixed problem with PORT 0,0,0,0,nn,nn
  Returned focus to original window from abort box (see HASH command!)
  Search for WS_FTP.INI and WS_FTP.HLP is:
   1. current directory
   2. executable directory
   3. windows directory      (copy your OLD one to executable directory!)
  Added help processing
  Enabled store unique (if host supports STOU)
  Fixed a number of minor problems that I don't remember now.
  Gateway and firewall changes
  Stack corrections
  Added Execute buttons (uses File Manager associations)
  Updated HELP file for all the changes.
  Made change of host type in options dialog box take effect immediately.
  Added ability to invoke WS_FTP with a command line option of 
    "ws_ftp hostname:full_path_to_file" in which case, it will
    connect to the host and download the file into the current
    working directory.  Please refer to the HLP file for documentation
    on "Auto Transfer of Files".  
  "ws_ftp -ask" causes ws_ftp to prompt for command line
  Allow save of log messages.
  Added AS/400 host type.
  More auto detect corrections.
  Right click popup menu now works on listboxes.
  Modified the MVS code (from Bill Kelly)
  Fixed new VM Multinet bug
  More mods on the MVS code
  Added PDP11-RSX11M host type (from Dr. Graham Barlow)
  Window sizing.

Changes since last minor release 94.01.27
  File masks (use "-altr" for date sorted unix hosts) press ENTER for update
  Minimize/maximize buttons on log window
  Click on ChgDir and Ok with no directory name for refresh
  Fixed double click location for log window when window resized
  Added long listing for some host types.
  Added horizontal scroll bars to file listings.
  Fixed transfer rate display.
  Fixed CWD .. to use CDUP if it can for VMS, MVS, etc..
  Fixed default host type to be able to display dos style directories

