Just stick all the files in a directory then you can loop over a
directory and then pass the dynamic file name to FTP.


<cfdirectory action="" directory="#Request.myDir#" name="dirs"
filter="*">

<cfoutput query="dirs">
     <cfftp action = "" file="#Request.myDir#\#dirs.name#">
</cfoutput>

Shaz

-----Original Message-----
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: 29 October 2003 12:39
To: CF-Talk
Subject: Re: CFFTP - putfile problem


On Wednesday 29 Oct 2003 12:24 pm, Pedro Mendes wrote:
> Can I pass the names of the files dinamically (#name#), so
that in one
> <cfftp> I can transfer them all?

You can, yes, but only one name at a time, you'll have to loop
over the
cfdirectory results to get these names.
--
Tom Chiverton
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East,
Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the
addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy
this
communication if received in error. No binding contract will
result from
this e-mail until such time as a written document is signed on
behalf of
the company. BlueFinger Limited cannot accept responsibility for
the
completeness or accuracy of this message as it has been
transmitted over
public networks.***

  _____  


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

Reply via email to