<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6.1 - htmldocs - tags-p40.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T15:37:49</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#36064" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#26694" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#26451" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#17870" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#36064">
		<title>coldfusion/6.1/htmldocs/tags-p40.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#36064</link>
		<description>just wanted to add that I've posted a way to chmod files using the cfftp tag&lt;br /&gt;&lt;br /&gt;http://jehiah.com/archive/cfftp-and-chmod</description>
		<dc:creator>jehiah</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-06-28T17:42:37</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#26694">
		<title>coldfusion/6.1/htmldocs/tags-p40.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#26694</link>
		<description>it seems you cannot set your connection name to &quot;connection&quot;</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-01-18T20:37:30</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#26451">
		<title>coldfusion/6.1/htmldocs/tags-p40.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#26451</link>
		<description>If you are using &lt;cfftp&gt; inside a function, you should VAR the connection variable, just as you should var any function-local variable.  However there's a bug  with CFFTP in CFMX that means you cannot VAR the connection variable as an arbitrary data type (such as an empty string).  You have to VAR it as an object of the Java class that  &lt;cfftp&gt;  wraps, or &lt;cfftp&gt; will error.&lt;br /&gt;&lt;br /&gt;The defalt value must be createObject(&quot;java&quot;,&lt;br /&gt;&quot;coldfusion.oroinc.net.ftp.FTPClient&quot;).init()&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;EG:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;cfset var ftpConn = createObject(&quot;java&quot;,&lt;br /&gt;&quot;coldfusion.oroinc.net.ftp.FTPClient&quot;).init()&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfftp action=&quot;open&quot; server=&quot;localhost&quot; stoponerror=&quot;yes&quot; username=&quot;adam&quot; password=&quot;cameron&quot; connection=&quot;ftpConn&quot;&gt;&lt;br /&gt;&lt;/code&gt;</description>
		<dc:creator>Adam Cameron</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-01-12T12:18:37</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#17870">
		<title>coldfusion/6.1/htmldocs/tags-p40.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p40.htm#17870</link>
		<description>With action=&quot;open&quot; and stopOnError=&quot;no&quot; if the login fails (wrong password for instance), error variables ( cfftp.succeeded ..) are not set to reflect a problem untill the next operation is performed on the cached operation.&lt;br /&gt;I would have expected the error variables to be set after the open call.</description>
		<dc:creator>TomChiv</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-07-01T09:16:40</dc:date>
	</item>
	</rdf:RDF>

