Chapter 1: ColdFusion Tags
69
ITEM
Required for ACTION=Exists, and Remove. Specifies the object, file or directory, of
these actions.
EXISTING
Required for ACTION=Rename. Specifies the current name of the file or directory
on the remote server.
NEW
Required for ACTION=Rename. Specifies the new name of the file or directory on
the remote server.
RETRYCOUNT
Optional. Number of retries until failure is reported. Default is one (1).
STOPONERROR
Optional. Yes or No. When Yes, halts all processing and displays an appropriate
error. Default is No.
When No, three variables are populated:
•
CFFTP.Succeeded – Yes or No.
•
CFFTP.ErrorCode – Error number (See STOPONERROR variables, below)
•
CFFTP.ErrorText – Message text explaining error condition
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.
PASSIVE
Optional. Boolean indicating whether to enable passive mode. By default, passive
mode is disabled.
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...