home *** CD-ROM | disk | FTP | other *** search
-
- ASPInet: An FTP Component for ASP
- Version 2.0
- Jul 15, 1997
- Copyright (c) 1997 by Stephen Genusa. All rights reserved.
-
-
- By Stephen Genusa (steveg@onramp.net)
- http://users.aol.com/bible2007
- http://www.genusa.com/asp/
- http://www.genusa.com/isapi/
- http://www.genusa.com/iis/
-
-
- *****************************************************
- *
- * Description
- *
- *****************************************************
-
- ASPsvg.InetASP has two methods:
- FTPGetFile(HostName, UserName, Password, RemoteFileName, LocalFileName, Overwrite (boolean), TransferType)
- FTPPutFile(HostName, UserName, Password, RemoteFileName, LocalFileName, TransferType)
-
- The return value is a boolean indicating success or failure.
-
-
- *****************************************************
- *
- * New Installation Instructions
- *
- *****************************************************
-
- 1) To use this ASP component move the DLL into a subdirectory
- (like \winnt\system32 for NT) and type
-
- regsvr32 ASPInet.DLL
-
- This component requires WinInet.dll from Microsoft.
-
- 2) Run MarkInet.exe to mark the registry
-
- *****************************************************
- *
- * Usage
- *
- *****************************************************
-
- See the attached example ASP script(s) for usage
-
-
-
-