csFTPQuick

This is an ASP component / COM object which enables a script to connect to a remote FTP server and upload or download files.

This allows a script to connect to a remote FTP server to transfer files. When run on a server with ASP it can be used to automate the transfer of files in either direction. It is simple to use requiring the connection properties of HostName, UserName and Password to be set to connect to the FTP server. Then either a single file is specified, or a list of files or a folder, and a method is called to initiate the transfer.

It is not intended as a complete encapsulation of the FTP protocol. Our customers had identified a need to automate the process of copying files between servers using FTP and this is what the component does. If you require additional functionality, contact us and maybe we can include it in a later version.

For full details of how to use the component, read the Online Manual.