Cfftp: Connection: File And Directory Operations - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

cfftp: Connection: File and directory operations

Description
Use this form of the
Syntax
<cfftp
action = "action"
username = "name"
password = "password"
name = "query_name"
server = "server"
ASCIIExtensionList = "extensions"
transferMode = "mode"
failIfExists = "Yes" or "No"
directory = "directory name"
localFile = "filename"
remoteFile = "filename"
item = "directory or file"
existing = "file or directory name"
new = "file or directory name"
proxyServer = "proxy server"
passive = "Yes" or "No">
See also
cfhttp, cfldap, cfmail,
Attributes
Attribute
action
username
password
name
server
tag to perform file and directory operations with
cfftp
cfpop
Req/Opt
Default
Required if
connection is not
cached
Required if
connection is not
cached
Required if
action
= "open"
Required if
action
= "listDir"
Required if FTP
connection is not
cached
Description
FTP operation to perform.
• changedir
• createDir
• listDir
• removeDir
• getFile
• putFile
• rename
• remove
• getCurrentDir
• getCurrentURL
• existsDir
• existsFile
• exists
User name to pass in the FTP operation.
Password to log in the user.
Query name of directory listing.
FTP server to which to connect; for example,
.
ftp.myserver.com
cfftp: Connection: File and directory operations
.
cfftp
141

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents