Cfftp operations

cfftp: Connection caching
cfftp: Connection caching Usage . After you establish a connection with cfftp, you can reuse it to perform additional FTP operations. To do this, you use the connection attribute ... (more...)

Performing File Operations with CFFTP
Performing File Operations with CFFTP. The CFFTP tag allows you to perform tasks on remote servers via the File Transfer Protocol (FTP). CFFTP allows you to cache connections for ... (more...)

cfftp and chmod
... chmod 644 /path/to/remote/file.txt"); Update. Willy Chang posts a few details about how to perform the chmod operation when ... (more...)
Tags:   cfftp chmod

My First ColdFusion 8 CFFTP Experience - Rocky But Triumphant : Kinky ...
The request has exceeded the allowable time limit Tag: cfftp. The error occurred on line 210. An error occurred during the sFTP putfile operation. (more...)

cfftp
cfftp Description . Lets users implement File Transfer Protocol (FTP) operations. Category . Internet Protocol tags. Usage . Use the cfftp tag to move files between a ColdFusion ... (more...)
Tags:   cfftp

cfftp: Connection: File and directory operations
cfftp: Connection: File and directory operations. Use this form of the cfftp tag to perform file and directory operations with cfftp. more...)

CFFTP problems
I'm getting the following error when attempting to use the listdir command for a CFFTP operation: Error number -1: An exception occurred when performing the FTP listdir operation. (more...)
Tags:   CFFTP

cfftp
Description. Lets users implement File Transfer Protocol (FTP) operations. Category. File management tags, Internet protocol tags. Syntax. The tag syntax depends on the action ... (more...)
Tags:   cfftp

cfftp: Opening and closing FTP server connections
By default, cfftp caches an open connection to an FTP server.

cfftp operations are usually of two types:

  • Establishing a connection
  • Performing file and ... (more...)

CFFTP Inconsistency | Coldfusion/Flex Blog
... any kind of timeouts or connection problems.  I tried increasing the timout on CFFTP ... If you don?t do that, all subsequent ftp open operations would fail (at least it did that ... (more...)