Chris Ellem
Member since Dec 11, 2008
- Profile: /members/166-chris-ellem.htm
- Comments: 7
Recent Blog Comments By Chris Ellem
-
Graceful ColdFusion Timeout Disaster Recovery (Thanks Barney Boisvert)
Posted on Nov 15, 2010 at 7:15 PM
Does anyone know the maximum requesttimeout you can use in cfsetting? I have a process that will take about 50 hours from end to end...to finish...any ideas?... read more »
-
Getting Certified In ColdFusion 8 Scares Me
Posted on Dec 13, 2009 at 8:35 PM
Unless you are using the full gamut of cftags then you will need to study for this exam (probably most). If you use snippets predominately rather than typing out your code then you could be in trouble if you don't remember the parameters of a certain tag...Ben Forta's study guide is great…also a gre... read more »
-
My First ColdFusion 8 CFFTP Experience - Rocky But Triumphant
Posted on Nov 1, 2009 at 7:08 PM
Hi Tony, we are using username/password/fingerprint. Sorry if the previous post was unhelpful.... read more »
-
My First ColdFusion 8 CFFTP Experience - Rocky But Triumphant
Posted on Nov 1, 2009 at 3:41 PM
Tony I use the secure ftp to transfer video files from a windows server to a linux server and this works like a dream.. I do pass in the fingerprint parameter...but I guess the determining factor is the sftp service you have setup on your unix box as to how you can get this to work with the cfftp ... read more »
-
My First ColdFusion 8 CFFTP Experience - Rocky But Triumphant
Posted on Sep 23, 2009 at 6:47 PM
Terri, Just double check you have the correct permissions on the folder..sometimes easy to overlook You could test with a normal upload function to see if you can write files ok... read more »
-
My First ColdFusion 8 CFFTP Experience - Rocky But Triumphant
Posted on Aug 18, 2009 at 5:31 AM
Handy article..Ben you may also want to set the fingerprint parameter to the cfftp tag for SFTP.. <cfsetting requesttimeout="600" /> <cfftp action = "open" username = "***" connection = "**********" password = "*********" fingerprint = "40:12:77:67:43:bb:2f:71:06:b8:3b:b7... read more »
-
ColdFusion Path Usage And Manipulation Overview
Posted on Jun 14, 2008 at 3:02 AM
correct these work on linux as well.... just make sure that you have permissions to write to the directory on the linux box....something you not even think twice about when using windows unless you have it locked down...... read more »