BackUp LevelNext

Establishing a Connection

Using CFFTP involves two distinct types of operations, connecting and transferring files.

Note

CFFTP is a COM object and is not supported in Microsoft Windows NT 3.51.

Example: FTP logon

This example shows an FTP connection being opened to a server that requires a username and password.

<CFFTP CONNECTION=FTP
    USERNAME="betauser"
    PASSWORD="monroe"
    SERVER="beta.company.com"
    ACTION="Open"
    STOPONERROR="No">

Since the USERNAME and PASSWORD attributes are required for CFFTP, you establish an anonymous connection by entering "anonymous" as the username and an email address (by convention) for the password.


BackUp LevelNext

allaire

AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.