How can I tell what version of CF a particular site is running?

2006-04-05 Thread Les Mizzell
How can I tell what version of CF a particular site is running? I've only ftp access to the site files, but not the server. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236998 Archives:

RE: How can I tell what version of CF a particular site is running?

2006-04-05 Thread Robert Redpath
version of CF a particular site is running? How can I tell what version of CF a particular site is running? I've only ftp access to the site files, but not the server. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i

Re: How can I tell what version of CF a particular site is running?

2006-04-05 Thread Raymond Camden
Either go to the CF Admin, or cfdump the sever scope. On 4/5/06, Les Mizzell [EMAIL PROTECTED] wrote: How can I tell what version of CF a particular site is running? I've only ftp access to the site files, but not the server. --

Re: How can I tell what version of CF a particular site is running?

2006-04-05 Thread Matt Williams
This will give you all kinds of interesting info: cfdump var=#Server# Look for product version for your specific question. On 4/5/06, Les Mizzell [EMAIL PROTECTED] wrote: How can I tell what version of CF a particular site is running? I've only ftp access to the site files, but not the

Re: How can I tell what version of CF a particular site is running?

2006-04-05 Thread Rob Wilkerson
#server.coldFusion.productVersion# should give you what you're looking for... On 4/5/06, Les Mizzell [EMAIL PROTECTED] wrote: How can I tell what version of CF a particular site is running? I've only ftp access to the site files, but not the server.

Re: How can I tell what version of CF a particular site is running?

2006-04-05 Thread Mike Kear
You can run a file containing a dump of the server struct, if you have permission: cfdump var=#server# / One of the variables is the CF Server version. Also you can check the server software versions etc. Cheers Mike Kear Windsor, NSW, Australia Certified Advanced ColdFusion Developer AFP

Re: How can I tell what version of CF a particular site is running?

2006-04-05 Thread Aaron Rouse
And if it throws an error it means you are on way too old of a version :) On 4/5/06, Mike Kear [EMAIL PROTECTED] wrote: You can run a file containing a dump of the server struct, if you have permission: cfdump var=#server# / One of the variables is the CF Server version. Also you can

Re: How can I tell what version of CF a particular site is running?

2006-04-05 Thread Robert Everland III
cfdump var=#server# ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237008 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: