Never mind.  I figured it out.
There is a hot fix for the this.

http://www.allaire.com/Handlers/index.cfm?ID=18762&Method=Full
This CFFTP hotfix corrects the SP2 specific issue which could cause CFFTP
connections not to be reused (a performance consideration). The issue made
the CFFTP tag reopen the connection to the FTP server for every request,
even if the CONNECTION attribute is used.

Thanks,
Dan


----- Original Message -----
From: "Dan Blickensderfer" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, March 09, 2001 7:00 PM
Subject: cfftp changing directory


> Hello everyone,
>
> Is anyone having an issue with cfftp changedirectory command with cf
server
> ver 4.5.1 R2?
>
> I have the same code in place when CF Ver 4.0 was on the server.  Since
then
> we upgraded to Ver 4.5.1 R2
> Now the code does not change directories.
>
> Here is the code that I'm using.
>
> <cfftp action="OPEN" server="#systemcontrol.URLAddress#"
> username="#systemcontrol.username#"
password="#systemcontrol.ftppassword#"
> stoponerror="Yes" connection="ServerConnection" retrycount="1">
> <cfftp action="CHANGEDIR" stoponerror="Yes" directory="images\gallery\"
> connection="ServerConnection">
> <cfftp action="PUTFILE" stoponerror="Yes" localfile="#form.picturename#"
> remotefile="#Variables.ImageName#" transfermode="AUTO"
> connection="ServerConnection">
> <cfftp action="CLOSE" stoponerror="Yes" connection="ServerConnection">
>
> Thanks,
> Dan
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to