Lets users implement File Transfer Protocol (FTP) operations.
Other
<cfftp action="String" [username="String"] [password="String"] [server="String"] [timeout="number"] [port="number"] [connection="String"] [proxyServer="String"] [proxyPort="number"] [proxyUser="String"] [proxyPassword="String"] [retrycount="number"] [stoponerror="Boolean"] [passive="Boolean"] [name="String"] [directory="String"] [ASCIIExtensionList="String"] [transferMode="String"] [remoteFile="String"] [localFile="String"] [failIfExists="Boolean"] [existing="String"] [new="String"] [item="String"] [result="String"] />
[] = Optional attribute
| Name | Type | Required | Default | Description |
| action | String | Yes | the action that should be execute | |
| username | String | No | The Username for the connection | |
| password | String | No | The Password for the connection | |
| server | String | No | The Server to connect | |
| timeout | number | No | timeout for the connection | |
| port | number | No | server port of the connection | |
| connection | String | No | the name for the connection, used to cache the connection | |
| proxyServer | String | No | Host name or IP address of a proxy server. | |
| proxyPort | number | No | The port number on the proxy server from which the object is requested. Default is 80. When used with resolveURL, the URLs of retrieved documents that specify a port number are automatically resolved to preserve links in the retrieved document. | |
| proxyUser | String | No | When required by a proxy server, a valid username. | |
| proxyPassword | String | No | When required by a proxy server, a valid password. | |
| retrycount | number | No | retry count | |
| stoponerror | Boolean | No | define if execution halt on error or not | |
| passive | Boolean | No | enable passive mode | |
| name | String | No | name of the query for list directory | |
| directory | String | No | remote directory to list | |
| ASCIIExtensionList | String | No | Delimited list of file extensions that force ASCII transfer mode, if transferMode = "auto". | |
| transferMode | String | No | ascci, binary or auto mode | |
| remoteFile | String | No | File on the Server | |
| localFile | String | No | File on the current machine | |
| failIfExists | Boolean | No | throw a error if local file already exist or overwrite it | |
| existing | String | No | source or existing file or directory to rename | |
| new | String | No | new name for file or directory | |
| item | String | No | item on the server | |
| result | String | No | Name of the result value (default:cfftp) |