Macromedia coldfusion 4.5-cfml language reference ユーザーズマニュアル

ページ / 608
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.