Sorry, send button got pressed when I was trying to minimise the window!!
Anyuway, I have this:
<CFFTP ACTION="open"
USERNAME="username"
PASSWORD="password"
SERVER="server"
CONNECTION="connection">
<!--- get current dir --->
<CFFTP ACTION="getcurrentDir"
CONNECTION="connection">
<cfoutput>#cfftp.returnvalue#</cfoutput><br>
<CFFTP ACTION="changedir"
directory="../"
CONNECTION="connection">
<cfoutput>#cfftp.returnvalue#</cfoutput><br>
<!--- get current dir --->
<CFFTP ACTION="getcurrentDir"
CONNECTION="connection">
<cfoutput>#cfftp.returnvalue#</cfoutput><br>
<CFFTP ACTION="close"
CONNECTION="connection">
And the output I get is this:
/SPN
250 CWD command successful.
/SPN
Why isn't it changing the directory? I have tried other directories, / and
../
----- Original Message -----
From: "Giles Roadnight" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 14, 2002 3:06 PM
Subject: CFFTP
> Hi Guys
>
> I am trying to get CFFTP to work and it is being very unco-operative.
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]