home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 18 / cd.iso / PLANETE / WS_FTP32 / WS_FTP32.TXT < prev   
Text File  |  1995-04-24  |  9KB  |  212 lines

  1.   Windows Sockets FTP Client Application - WS_FTP32  -  Version 95.04.24
  2.      Copyright (C) 1994-1995 by John A. Junod.  All rights reserved.
  3.  
  4.        FOR WINDOWS NT, WINDOWS 95 and WIN32S (see also WS_FTP.ZIP)
  5.  
  6.            (PLEASE REVIEW THE ENTIRE CONTENTS OF THIS FILE!!!!)
  7.  
  8.   THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY 
  9.   OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  10.   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
  11.   PURPOSE. IN NO EVENT SHALL JOHN A. JUNOD BE LIABLE FOR ANY DAMAGES 
  12.   WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS 
  13.   OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF JOHN A. JUNOD HAS BEEN 
  14.   ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  15.  
  16.   **********************************************************************
  17.   *  This program executable, help file and related text files may be  *
  18.   *  used without fee by any United States Government organization,    *
  19.   *  by individuals for non-commercial home use, and by students,      *
  20.   *  faculty and staff of academic institutions.                       *
  21.   *                                                                    *
  22.   *  U.S. Government use: Free                                         *
  23.   *  Non-commercial home use: Free                                     *
  24.   *  Academic use: Free                                                *
  25.   *  All other uses: Contact Ipswitch, Inc. for license information    *
  26.   *                                                                    *
  27.   *  Archive sites:  This program may be included on U.S. Government,  *
  28.   *  academic and non-commercial Internet archive sites and on CD-ROM  *
  29.   *  collections distributed by such sites, provided any charge is     *
  30.   *  solely to recover the cost of distribution.  Any such             *
  31.   *  distribution must contain the complete program, including this    *
  32.   *  file.  Non-commercial Internet archive sites must not be in the   *
  33.   *  business of making a profit from selling hardware, software,      *
  34.   *  information or services.                                          *
  35.   *                                                                    *
  36.   *  For distribution rights and for all other uses, including         *
  37.   *  all corporate use, please contact Ipswitch, Inc. at               *
  38.   *  <info@ipswitch.com> or (617) 861-1411 for license information.    *
  39.   *  Ipswitch may also be contacted via mail at 81 Hartwell Ave.,      *
  40.   *  Lexington, MA 02173 or fax at (617) 861-8788.                     *
  41.   *                                                                    *
  42.   *  Ipswitch, Inc. develops and sells a family of TCP/IP products     *
  43.   *  for a range of PC platforms: Acadia/VxD for Windows, Piper/IP     *
  44.   *  for DOS and Windows, Vantage/IP for OS/2, the Catipult Netware    *
  45.   *  to TCP/IP gateway, IMail electronic mail for Windows and INews    *
  46.   *  network news for Windows.                                         *
  47.   **********************************************************************
  48.  
  49.  DESCRIPTION:
  50.  ============
  51.  
  52.    This application is a standard File Transfer Protocol (FTP) client 
  53.    application for Windows Sockets.  The user interface for this FTP 
  54.    client is designed with the novice FTP user in mind.  Usage should 
  55.    be obvious.  For more information on FTP please refer to the many
  56.    different NETNEWS groups or one of the recent books on the Internet.
  57.  
  58.    WS_FTP also provides for automatic downloads of files.  See HLP file
  59.    for information on "Auto Transfer of Files".
  60.  
  61.    WS_FTP32 is the 32 bit version of WS_FTP for Windows NT and  
  62.    Windows 3.x with Win32s.
  63.    
  64.      The benefit of running WS_FTP32 vs WS_FTP is unknown on the 
  65.      Windows 3.x platform (other than it is 32 bit code).  The 
  66.      benefit of running WS_FTP32 on Windows NT or Windows 95 is
  67.      that it is multi-threaded on these platforms.
  68.      
  69.      If you have problems with WS_FTP32 under Win32s, please try
  70.      using the 16 bit version of WS_FTP.
  71.  
  72.  
  73.  REQUIREMENTS:
  74.  =============
  75.  
  76.    WS_FTP requires you to have a properly installed WINSOCK.DLL 
  77.    and requires Windows 3.1 or later.
  78.    
  79.      If you don't have a WINSOCK.DLL, I'd suggest getting the 
  80.      free one from Microsoft or the shareware Trumpet Winsock 
  81.      from ftp.trumpet.com.au or buying a vendor supported one 
  82.      from Ipswitch, Inc. or from FTP Software, Inc.
  83.    
  84.    WS_FTP32 requires Windows NT, Windows 95 or Win32s 1.15 (or later)
  85.  
  86.      Windows NT and Windows 95 come with a WINSOCK.DLL. If you
  87.      use a different vendors stack on these platforms you will
  88.      need to replace the WSOCK32.DLL that comes with the OS.
  89.  
  90.    WS_FTP requires a 286 processor.
  91.    
  92.    WS_FTP32 requires a 386 processor.
  93.  
  94.  
  95.  INSTALLATION:
  96.  =============
  97.  
  98.    YOU MUST HAVE A PROPERLY INSTALLED WINSOCK.DLL FOR THIS APPLICATION
  99.    TO WORK.  REFER TO YOUR WINSOCK.DLL DOCUMENTATION FOR SETUP!!
  100.  
  101.    1. Create a directory for this program and copy WS_FTP.EXE, 
  102.       WS_FTP.INI, WS_FTP.EXT and WS_FTP.HLP to that directory.
  103.  
  104.    2. Create an ICON in any Program Manager group.
  105.       a. Use the File Manager and drag the program into a Program
  106.          Manager group.
  107.       b. Use [F]ile [N]ew in the Program Manager.
  108.  
  109.  
  110.  UPDATING FROM PREVIOUS VERSIONS:
  111.  ================================
  112.   
  113.    PLEASE KEEP YOUR OLD WS_FTP.INI FILE!!!!
  114.  
  115.    If you have problems with this version, edit your old INI file
  116.    and delete the [_config_] section and restart WS_FTP.
  117.  
  118.  
  119.  VALID COMMAND LINE OPTIONS:
  120.  ===========================
  121.  
  122.    -i inifile       (must be first in the line!)
  123.    -p profile_name  (cannot be used with gets or puts!)
  124.    -ask             (prompt for command line)
  125.    ftp://remotehost/pathname/filename [local:/pathname/filename] [-ascii]
  126.    file://remotehost/pathname/filename [local:/pathname/filename] [-ascii]
  127.    //remotehost/pathname/filename [local:/pathname/filename] [-ascii]
  128.    remotehost:/pathname/filename [local:/pathname/filename] [-ascii]
  129.    local:/pathname/filename //remotehost/pathname/filename [-ascii]
  130.    local:/pathname/filename remotehost:/pathname/filename [-ascii]
  131.              
  132.       
  133.  THE LATEST VERSION:
  134.  ===================
  135.  
  136.    The latest version of this application should always be the file
  137.    /pub/msdos/winsock.files/ws_ftp.zip on ftp.usma.edu (129.29.64.246).
  138.    (or /pub/msdos/winsock.files/ws_ftp32.zip for the 32 bit version)
  139.    To access it, enter 129.29.64.246 as the host name and check the
  140.    "anonymous login" box in the WS_FTP connect dialog box.
  141.  
  142.    The latest version is uploaded to Winsock Files in the WINCON area
  143.    of Compuserve.  All user support problems for the free version are
  144.    supported in that area.
  145.  
  146.    The latest version is usually uploaded winftp.cica.indiana.edu in
  147.    the /pub/pc/win3/winsock directory as ws_ftp.zip. (or ws_ftp32.zip)
  148.  
  149.    Source code for the 93.12.05 version (last totally free version) 
  150.    is in the file ws_ftp_s.zip in the /pub/msdos/winsock.files 
  151.    directory on ftp.usma.edu.
  152.  
  153.  
  154.  BUG REPORTS, SUGGESTIONS, ETC...
  155.  ================================
  156.  
  157.    If you connect to a host that WS_FTP doesn't recognize (i.e. listboxes
  158.    remain blank or are displayed incorrectly).
  159.  
  160.    1. Try the different host types that are listed in the options dialog
  161.       box.  (the change takes affect immediately, you do not need to 
  162.       change directories, etc..)
  163.  
  164.    2. If you can't find one that displays the directory correctly, then:
  165.  
  166.       a.  click on the LogWnd button and save the message log to a file
  167.       b.  click on the remote side DirInfo button and save the contents
  168.           to a different file.
  169.       c.  mail both files to "junodj@martinez.ipswitch.com"
  170.  
  171.    Send all bug reports, suggestions, etc to "junodj@martinez.ipswitch.com"
  172.    or to "72321,366" on compuserve.
  173.   
  174.    If you like this program, let other people know about it!
  175.    Post your comments in comp.protocol.tcp-ip.ibmpc, alt.winsock and
  176.    in the windows groups on usenet and places like compuserve.  Let
  177.