oi Mark!!

  heck no :) am using Raidenftpd. My ftp timeout is currently 600
  seconds. But I don't want to adjust that.

  I just don't understand why CF is so sluggish at killing the
  connection when PHP does it in a heartbeat.


-- 
Best regards,
 
Critter, MMCP
Certified ColdFusion Developer

Crit[s2k] - <CF_ChannelOp Network="EFNet" Channel="ColdFusion">


-----------------------------------------
Saturday, March 9, 2002, 10:53:27 PM, you wrote:

MAKC> You could try fooling with the timeout value in IIS (assumeing you are using
MAKC> IIS) for the FTP server.

MAKC> Mark

MAKC> -----Original Message-----
MAKC> From: Critz [mailto:[EMAIL PROTECTED]]
MAKC> Sent: Saturday, March 09, 2002 5:40 PM
MAKC> To: CF-Talk
MAKC> Subject: CFFTP


MAKC> oi CF-Talk!!

MAKC>   I'm using CFFTP to login to a local ftp site to verify the users
MAKC>   login password for a stats page.

MAKC>   this is what I am using:

MAKC> <cftry>
MAKC> <cfftp action="OPEN" server="localhost"  username="#attributes.login#"
MAKC> password="#attributes.pass#" stoponerror="Yes" port="6969" connection="ftp">
MAKC> <cfset caller.auth = cfftp.succeeded>
MAKC> <cfftp action="CLOSE" server="localhost"
MAKC> username="#attributes.login#" password="#attributes.pass#"
MAKC> stoponerror="Yes" port="6969" connection="ftp">
MAKC> <cfcatch type="Any">
MAKC>         <cfftp action="CLOSE" server="localhost"
MAKC>         username="#attributes.login#" password="#attributes.pass#"
MAKC>         stoponerror="Yes" port="6969" connection="ftp">
MAKC>         <cfset caller.auth = false>
MAKC> </cfcatch>
MAKC> </cftry>

MAKC> now if I connect using PHP the connection is made and closed
MAKC> imediately, but with coldfusion. the connection seems to stay for up
MAKC> to 10 seconds..... Is there any way I can get it to login/logoff
MAKC> immediately?

MAKC> --
MAKC> Best regards,

MAKC> Critter, MMCP
MAKC> Certified ColdFusion Developer

MAKC> Crit[s2k] - <CF_ChannelOp Network="EFNet" Channel="ColdFusion">


MAKC> 
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to