![MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference Download Page 92](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-cfml-language/coldfusion-4-5-cfml-language_reference_3287257092.webp)
68
CFML Language Reference
NAME
Required for ACTION="ListDir". Specifies the query name to hold the directory
listing. See Usage for more information.
SERVER
Required if the FTP connection is not already cached. If connection caching is
used, the SERVER attribute is not required. The FTP server to connect to.
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.
ASCIIEXTENSIONLIST
Optional. A semicolon delimited list of file extensions that force ASCII transfer
mode when TRANSFERMODE="Auto". Default extension list is:
txt;htm;html;cfm;cfml;shtm;shtml;css;asp;asa
TRANSFERMODE
Optional. The FTP transfer mode you want to use. Valid entries are ASCII, Binary,
or Auto. Defaults to Auto.
FAILIFEXISTS
Optional. Yes or No. Defaults to Yes. Specifies whether a GetFile operation will fail
if a local file of the same name already exists.
DIRECTORY
Required for ACTION=ChangeDir, CreateDir, ListDir, and ExistsDir. Specifies the
directory on which to perform an operation.
LOCALFILE
Required for ACTION=GetFile, and PutFile. Specifies the name of the file on the
local file system.
REMOTEFILE
Required for ACTION=GetFile, PutFile, and ExistsFile. Specifies the name of the
file on the FTP server’s file system.
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...