home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 37 / IOPROG_37.ISO / SOFT / ASPNET20.ZIP / INETASP.DOC < prev    next >
Encoding:
Text File  |  1997-07-15  |  1.3 KB  |  53 lines

  1.  
  2.   ASPInet: An FTP Component for ASP
  3.   Version 2.0
  4.   Jul 15, 1997
  5.   Copyright (c) 1997 by Stephen Genusa. All rights reserved.
  6.  
  7.  
  8.   By Stephen Genusa (steveg@onramp.net)
  9.     http://users.aol.com/bible2007
  10.     http://www.genusa.com/asp/
  11.     http://www.genusa.com/isapi/
  12.     http://www.genusa.com/iis/
  13.  
  14.  
  15.   *****************************************************
  16.   *
  17.   * Description
  18.   *
  19.   *****************************************************
  20.  
  21.   ASPsvg.InetASP has two methods:
  22.     FTPGetFile(HostName, UserName, Password, RemoteFileName, LocalFileName, Overwrite (boolean), TransferType)
  23.     FTPPutFile(HostName, UserName, Password, RemoteFileName, LocalFileName, TransferType)
  24.  
  25.     The return value is a boolean indicating success or failure.
  26.  
  27.  
  28.   *****************************************************
  29.   *
  30.   * New Installation Instructions
  31.   *
  32.   *****************************************************
  33.  
  34.   1) To use this ASP component move the DLL into a subdirectory
  35.      (like \winnt\system32 for NT) and type
  36.  
  37.      regsvr32 ASPInet.DLL
  38.  
  39.      This component requires WinInet.dll from Microsoft.
  40.  
  41.   2) Run MarkInet.exe to mark the registry
  42.  
  43.   *****************************************************
  44.   *
  45.   * Usage
  46.   *
  47.   *****************************************************
  48.  
  49.   See the attached example ASP script(s) for usage
  50.  
  51.  
  52.  
  53.