64
CFML Language Reference
PORT="port"
CONNECTION="name"
PROXYSERVER="proxyserver"
PROXYBYPASS="proxybypass"
RETRYCOUNT="number"
STOPONERROR="Yes/No"
PASSIVE="Yes/No">
ACTION
Required. Determines the FTP operation to perform. To create an FTP connection,
use Open. To terminate an FTP connection, use Close. See
Connection Caching
for more information.
USERNAME
Required for Open. User name to pass in the FTP operation.
PASSWORD
Required for Open. Password to log the user.
SERVER
Required for Open. The FTP server to connect to, as in
ftp.myserver.com
TIMEOUT
Optional. Value in seconds for the timeout of all operations, including individual
data request operations. Defaults to 30 seconds.
PORT
Optional. The remote port to connect to. Defaults to 21 for FTP.
CONNECTION
Optional. The name of the FTP connection. Used to cache the current FTP
connection or to reuse connection information from a previous connection of the
same name. All calls to CFFTP with the same connection name will reuse the same
FTP connection information.
PROXYSERVER
Optional. A string that contains the name of the proxy server (or servers) to use if
proxy access was specified. If this parameter is NULL, the tag reads proxy
information from the registry.
PROXYBYPASS
Optional. An optional list of host names or IP addresses, or both, that are known
locally. Requests to these names are not routed through the proxy. The list can
contain wildcards, such as "157.55.* *int*", meaning any IP address starting with
157.55, or any name containing the substring "int", will bypass the proxy. If this
parameter specifies the "<local>" macro as the only entry, the tag bypasses any
host name that does not contain a period. For example, "www.microsoft.com" is
routed to the proxy, whereas "internet" is not. If this parameter is NULL, the tag
reads the bypass list from the registry.
Summary of Contents for COLDFUSION 4.5-CFML LANGUAGE
Page 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Page 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Page 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Page 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Page 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Page 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Page 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Page 584: ...560 CFMLLanguageReference...
Page 594: ...570 CFMLLanguageReference...