<< Los Angeles ColdFusion User Group

Discussion Area

ask questions, discuss topics, solve problems

Discussion Home | About | Threads By Date | Search

Posts

1-7 of 7

<cfftp> putfile runtime error
Thread posted on Apr 02 by mabedian1

Title: <cfftp> putfile runtime error
Content:

Hi,

I just recently moved my sites from CF 6 to CF 8. Everything seem to work fine until I started testing on other file transfer modules on my site.

 

<cfftp

connection="newsfeed_connect"

action="open"

server="servername"

username="username"

password="password"

stoponerror ="no"

                timeout="300"

>

<!---  Check to see if the connection was opened --->

<cfif cfftp.Succeeded is "No">

<!--- Connection did not open so we display an error --->

<p><font color="#FF0000">Sorry invalid username/password information. Please use the back button.</font></p>

<cfelse>

<!--- Change directory to the designated csulb newsfeed location --->

   <cfftp

connection="newsfeed_connect"

action="changedir"

directory="#csulb_newsfeed_location#"

stoponerror ="no"

>

Attempting to access the publishing location ...<br />

<!--- Put file to rss location --->

<cfftp

connection="newsfeed_connect"

action="putfile"

localfile="#filestorage#\newsfeed.xml"

remotefile="newsfeed.xml"

                       timeout="300"

                       transfermode="auto"

stoponerror ="no"

>

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

This code is still working fine on CF 6 but gives me runtime error on CF 8.

 

Is there something that I am missing? or it can be a bug on CF 8.

I really appreciate if anyone could assist me on this matter.


Are you OO Ready?
Thread posted on Jan 22 by billythebrick39

Title: Are you OO Ready?
Content:

Try taking this fun little quiz by Hal Helms to see if you are ready to be an OO CF Developer:

http://www.halhelms.com/quiz.cfm

Post your score when you're done!


Coldfusion developers
Thread posted on Apr 15 by brent u

Title: Coldfusion developers
Content:

anyone know a good coldfusion developer that has Model Glue experience??


ColdFusion Developers on Google+
Thread posted on Oct 18 by JustinSCook

Title: ColdFusion Developers on Google+

ColdFusion in Educational Institutions
Thread posted on Jan 22 by go2riamb

Title: ColdFusion in Educational Institutions
Content:

ColdFusion is free to Faculty and Students and we really need to get more traction into its use and teaching in Educational Institutions, does anyone have any thoughts on this?


Frameworks 3
Thread posted on Jan 08 by billythebrick39

Title: Frameworks
Content:

Please share your thoughts on using frameworks, not using frameworks, favorite and not-so favorite frameworks, pros and cons of various frameworks, and anything else framework related.


Is this group active? 3
Thread posted on Sep 13 by Oğuz Demirkapı

Title: Is this group active?
Content:

Hi,

Just moved into LA and wondering whether this CFUG is active or not. If active, when is the next meeting?

TIA.


Filter by Date

<< May 2013 >>
Su Mo Tu We Th Fr Sa
      01 02 03 04
05 06 07 08 09 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Filter by Tag

All
announcement
Benefit
Flash
General
General Discussion
Question
Sticky

Change View

Titles
Summaries
Table
Clip
Clip & Comments
Full

Change Sort

Alphabetically
By Last Activity
By Date Posted
By Number of Comments
By Number of Views
By Author