home *** CD-ROM | disk | FTP | other *** search
/ The Best Internet Programs / BESTINTERNET.bin / internet / ws_ftp / ws_ftp.txt < prev    next >
Encoding:
Text File  |  1994-04-24  |  6.9 KB  |  161 lines

  1.   Windows Sockets FTP Client Application  -  WS_FTP  -  Version 94.04.24
  2.   ======================================================================
  3.  
  4.  Description:
  5.  
  6.    This application is a standard File Transfer Protocol (FTP) client 
  7.    application for Windows Sockets.  The user interface for this FTP 
  8.    client is designed with the novice FTP user in mind.  Usage should 
  9.    be obvious.  For more information on FTP please refer to the many
  10.    different NETNEWS groups or one of the recent books on the Internet.
  11.  
  12.    WS_FTP also provides for automatic downloads of files.  See HLP file
  13.    for information on "Auto Transfer of Files".
  14.  
  15.   **********************************************************************
  16.   *  This program executable, help file and related text files may be  *
  17.   *  distributed freely and may be used without fee by any individual  *
  18.   *  for  non-commercial  use  and  by  any  United States Government  *
  19.   *  organization.  This version of WS_FTP may  not be distributed as  *
  20.   *  a part of any commercial package.                                 *
  21.   **********************************************************************
  22.  
  23.    This program was developed entirely on personal equipment using 
  24.    personal time and personal resources.  My association with the U.S. 
  25.    Army has no bearing on the design or implementation of this program 
  26.    nor does it imply that the U.S. Army, Fort Gordon, the United States 
  27.    Military Academy or the U.S. Army Computer Science School endorses 
  28.    the use of this program.
  29.  
  30.  Requirements:
  31.  
  32.    WS_FTP requires you to have a properly installed WINSOCK.DLL 
  33.    and requires Windows 3.1 or later. 
  34.  
  35.  Installation:
  36.  
  37.    YOU MUST HAVE A PROPERLY INSTALLED WINSOCK.DLL FOR THIS APPLICATION
  38.    TO WORK.  REFER TO YOUR WINSOCK.DLL DOCUMENTATION FOR SETUP!!
  39.  
  40.    1. Create a directory for this program and copy WS_FTP.EXE, 
  41.       WS_FTP.INI and WS_FTP.HLP to that directory.
  42.  
  43.    2. Create an ICON in any Program Manager group.
  44.       a. Use the File Manager and drag the program into a Program
  45.          Manager group.
  46.       b. Use [F]ile [N]ew in the Program Manager.
  47.  
  48.  Latest Version:
  49.  
  50.    The latest version of this application should always be the file
  51.    /pub/msdos/winsock.files/ws_ftp.zip on ftp.usma.edu (129.29.64.246).
  52.    To access it, enter 129.29.64.246 as the host name and check the
  53.    "anonymous login" box in the WS_FTP connect dialog box.
  54.  
  55.    Beta versions are only available from ftp.usma.edu in the /pub/msdos
  56.    directory as ws_ftp.zip.new
  57.  
  58.    Source code for the 93.12.05 version is in the file ws_ftp_s.zip
  59.    in the /pub/msdos/winsock.files directory on ftp.usma.edu.
  60.  
  61.  Bug reports, suggestions, etc...
  62.  
  63.    If you connect to a host that WS_FTP doesn't recognize (i.e. listboxes
  64.    remain blank or are displayed incorrectly).
  65.  
  66.    1. Try the different host types that are listed in the options dialog
  67.       box.  (the change takes affect immediately, you do not need to 
  68.       change directories, etc..)
  69.  
  70.    2. If you can't find one that displays the directory correctly, then:
  71.  
  72.       a.  Double click on the status area and save the message log to a file
  73.       b.  click on the LongDir button and save the contents to a different
  74.           file.
  75.       c.  mail both files to "junodj@css583.gordon.army.mil"
  76.  
  77.    Send all bug reports, suggestions, etc to "junodj@css583.gordon.army.mil"
  78.    or to "72321,366" on compuserve or to "jjunod" on america-on-line.
  79.   
  80.    If you like this program, let other people know about it!
  81.    Post your comments in comp.protocol.tcp-ip.ibmpc, alt.winsock and
  82.    in the windows groups on usenet and places like compuserve.  Let
  83.    people know about it!
  84.  
  85.  Program information and copyright:
  86.  
  87.    Copyright (C) 1994 by John A. Junod.  All rights reserved.
  88.  
  89.    Author:
  90.        John A. Junod          Internet: <junodj@css583.gordon.army.mil>
  91.        267 Hillwood Street              <zj8549@trotter.usma.edu>
  92.        Martinez, GA 30907   Compuserve: 72321,366       AOL: jjunod
  93.        (706)-780-2671
  94.  
  95.    THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY 
  96.    OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  97.    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
  98.    PURPOSE. IN NO EVENT SHALL JOHN A. JUNOD BE LIABLE FOR ANY DAMAGES 
  99.    WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS 
  100.    OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF JOHN A. JUNOD HAS BEEN 
  101.    ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  102.  
  103.   **********************************************************************
  104.   *  This program executable, help file and related text files may be  *
  105.   *  distributed freely and may be used without fee by any individual  *
  106.   *  for  non-commercial  use  and  by  any  United States Government  *
  107.   *  organization.  This version of WS_FTP may  not be distributed as  *
  108.   *  a part of any commercial package.                                 *
  109.   **********************************************************************
  110.  
  111.    This program was developed entirely on personal equipment using 
  112.    personal time and personal resources.  My association with the U.S. 
  113.    Army has no bearing on the design or implementation of this program 
  114.    nor does it imply that the U.S. Army, Fort Gordon, the United States 
  115.    Military Academy or the U.S. Army Computer Science School endorses 
  116.    the use of this program.
  117.  
  118.   -----------------------------------------------------------------------
  119.  
  120. Latest changes:
  121.  
  122.   Support for initial command to be sent to the remote host immediately
  123.     after connecting to the host and before attempting to change 
  124.     directories or listing the directories.  Return codes from this 
  125.     command are ignored.  You can NOT place a LIST, NLST, RETR or 
  126.     SEND command here!
  127.  
  128.   Added a sorted directory listbox option.
  129.  
  130.   Support for micros.hensa.ac.uk (use NCSA/CUTCP host type)
  131.  
  132.   Added support for alternate ports (Port must be greater than 100
  133.     or port is set to 21)
  134.  
  135.   Support for host type BULL GCOS (untested)
  136.   
  137.   Directories can be unselected by holding CTRL key down while
  138.     clicking on a name.  (While multiple names can be selected in
  139.     the directory listboxes, only the last name selected will be
  140.     used.)
  141.            
  142.   Correction for CWD when host type is VMS_UCX. (was this the
  143.     right one???)
  144.   
  145.   Extended the length of a configuration name. (using long names
  146.     reduces the maximum number of names that will be displayed
  147.     in the dropdown list).
  148.     
  149.   Added Save Dir Loc button to save the current remote and local
  150.     directories to the current configuration (in the options 
  151.     dialog).
  152.     
  153.   Added option to have buttons appear at top of window.
  154.   
  155. I've got a whole list of other changes to make but have been fairly busy
  156. lately so it may be a few weeks before the next version.  Sorry if the
  157. change that you requested has not been included yet.  There just isn't
  158. enough time in a day!  jaj
  159.  
  160.  
  161.