MACROMEDIA COLFUSION MX 7-CFML Reference page 171

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

cfftp: Opening and closing FTP server connections
Description
To establish a connection with an FTP server, you use the
attribute.
Syntax
<cfftp
action = "action"
username = "name"
password = "password"
server = "server"
timeout = "timeout in seconds"
port = "port"
connection = "name"
proxyServer = "proxy server"
retryCount = "number"
stopOnError = "yes" or "no"
passive = "yes" or "no">
See also
cfhttp, cfldap, cfmail,
Attributes
Attribute
Req/Opt
action
Required
username
Required if
action =
"open"
password
Required if
action =
"open"
server
Required if
action =
"open"
timeout
Optional
port
Optional
connection
Optional, but
always used
with
close
proxyServer Optional
cfpop
Default
Description
FTP operation to perform.
• open: creates an FTP connection
• close: terminates an FTP connection
User name to pass in the FTP operation.
Password to log in the user.
FTP server to which to connect; for example,
ftp.myserver.com
30
Value in seconds for the timeout of all operations, including
individual data request operations.
21
Remote port to which to connect.
Name of the FTP connection. If you specify the
password
or
for them, ColdFusion creates one. Calls to
open
same connection name reuse the connection.
String. Name of proxy server (or servers) to use, if proxy
access is specified.
action with a
open
, and
attributes, and if no connection exists
server
cfftp: Opening and closing FTP server connections
connection
,
username
with the
cfftp
171

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents