home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 25 / CDL25.iso / PLANETPC / WIN95 / DATA.2 / ws_ftp / WS_FTP32.TXT < prev   
Text File  |  1995-06-28  |  9KB  |  226 lines

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