I'll try this.

Is the directory path in <cfcontent file="d:\stuff\myfile.xls". Is this the file on the server?

--Original Message Text---
From: Bert Dawson
Date: Wed, 29 Oct 2003 15:47:00 +0000

cfftp lets you move files between your CF server and an FTP server, so unless your PC is either of these then the answer is no.
If you want to get files off the CF server onto your PC then using cfcontent is probably the way to go.
eg:
<cfheader name="Content-Disposition" value="attachment; filename=myfile.xls">
<cfcontent file="d:\stuff\myfile.xls" type="application/msexcel" deletefile="No">

Bert

-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: 29 October 2003 15:20
To: CF-Talk
Subject: re: Using <cfftp

I'm a little confused. Looking at the attributes available for <cfftp like GetFile and PutFile.

Will this allow me to select a file off the server and ftp the file to my PC?


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to