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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to