• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfftp

Explorer ,
Jan 17, 2013 Jan 17, 2013

Copy link to clipboard

Copied

This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c7d.html

Views

383

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 17, 2013 Jan 17, 2013

Copy link to clipboard

Copied

It would be helpful to see a list of attributes for the tag at the least.

Here is an example posted on Hostek.com of how to use the ColdFusion CFFTP tag to put a file from your local site, to an FTP site:

<cfftp action = "putFile"

    server = "ftp.some_location.com"

    username="UserName"

    password="Password"

    connection = "MyConn"

    passive = "Yes"

    localFile="D:\home\your_domain.com\wwwroot\localfile.txt"

    remoteFile="remotefile.txt"

    failifexists="no">

Did it succeed? <cfoutput>#cfftp.succeeded#</cfoutput>

<cfftp action="close" connection="MyConn">

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 17, 2013 Jan 17, 2013

Copy link to clipboard

Copied

LATEST

There's a section of the page missing. See the equiv docs for CF10: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c7d.html, or CF8: http://livedocs.adobe.com/coldfusion/8/htmldocs/Tags_f_16.html#1800554

Still: this page should be fixed.

--

Adam

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation