I'm sorry, I meant "worked correctly in my application", which it doesn't.
I didn't mean to be one of those "allaire sucks because I can't get this to
work" people. I don't doubt it working in most peoples' cases. It freezes
the browser and never times out (and this is on a 2k file). I've put a lot
of time into getting this tag to work, and it never worked correctly for me.
w2k advanced server/IIS5/CF4.5-ENT/NTFS. Browsers range from IE 5.0 - 5.5.
> -----Original Message-----
> From: David E. Crawford [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 22, 2000 9:37 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Problem with CFFTP
>
>
> What do you mean by "cfcontent worked correctly"? CFCONTENT allows you to
> serve files from anywhere on the server that CF has access to.
> The files do
> not have to be in the web root.
>
> DC
>
> ----- Original Message -----
> From: "Adam Cantrell" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, August 22, 2000 14:37
> Subject: RE: Problem with CFFTP
>
>
> >
> > So how do you maintain directory security? I know you could only
> > display
> > the files you want that particular user to beable to download, but
> > what's
> > stopping them from guessing other filenames in their browser to see if
> > they
> > can get anybody elses files? I have resorted to pulling the files out
> > from
> > behind the wwwroot using cffile and putting them into a temp directory
> > for
> > the user to download - and then when they log out, I delete them from
> > the
> > temp directory(pretty lame, I know). I wish the cfcontent tag worked
> > correctly, I could pull files from behind the wwwroot and maintain
> > security
> > by never making the files publicly accessable. Anyways, do you have any
> > directory security in place?
> >
> > > -----Original Message-----
> > > From: Moneymaker, Jon S. [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, August 22, 2000 9:20 AM
> > > To: '[EMAIL PROTECTED]'
> > > Subject: RE: Problem with CFFTP
> > >
> > >
> > > This message is in MIME format. Since your mail reader does not
> > understand
> > > this format, some or all of this message may not be legible.
> > >
> > > ------_=_NextPart_001_01C00C44.1E5D7688
> > > Content-Type: text/plain;
> > > charset="iso-8859-1"
> > >
> > > Users can simply right click on the "link" and select the option:
> > "save
> > > target as..." and it will bring up the save dialog box and give them
> > the
> > > option to save it on their system....I use this on our intranet
> > > and it works
> > > just fine.
> > >
> > > It requires some user education (always a perilous and onerous
> > > undertaking)....but that, coupled with a rather large font size:
> > > Right Click
> > > to Download
> > >
> > > seems to work for us!!
> > >
> > > Jon
> > > -----Original Message-----
> > > From: Andy Ewings [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, August 22, 2000 9:30 AM
> > > To: '[EMAIL PROTECTED]'
> > > Subject: RE: Problem with CFFTP
> > >
> > >
> > > Ok, I tried it and unfortunately it loaded it into the browser as a
> > word
> > > document. Any ideas as to the direction I need to point my heroic
> > efforts
> > > in order to prompt the user to download the file?!
> > >
> > > -----Original Message-----
> > > From: David E. Crawford [mailto:[EMAIL PROTECTED]]
> > > Sent: 22 August 2000 14:18
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: Problem with CFFTP
> > >
> > >
> > > Keep in mind that with IE and MS-Word, Powerpoint, Excel, it
> > > sometimes takes
> > > heroic efforts to overcome the M$ natural tendency to display the
> > document
> > > in the browser, as opposed to force a download.
> > >
> > > DC
> > >
> > > ----- Original Message -----
> > > From: "David E. Crawford" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, August 22, 2000 13:14
> > > Subject: Re: Problem with CFFTP
> > >
> > >
> > > > To a certain extent that is true. However, by setting the
> > appropriate
> > > > MIME
> > > > type for the document you can force the browser to "save" it rather
> > than
> > > > rendering it.
> > > >
> > > > DC
> > > >
> > > > ----- Original Message -----
> > > > From: "Andy Ewings" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Tuesday, August 22, 2000 13:12
> > > > Subject: RE: Problem with CFFTP
> > > >
> > > >
> > > > > I thought <CFContent> basically allows the user to read non HTML
> > files
> > > > > in
> > > > > their browser window (after all the browser is just a container).
> > I
> > > > > don't
> > > > > want to open the file in their browser, just let them save it to
> > their
> > > > > hard
> > > > > drive and open it up in word (it's a word doc)
> > > > >
> > > > > -----Original Message-----
> > > > > From: David E. Crawford [mailto:[EMAIL PROTECTED]]
> > > > > Sent: 22 August 2000 14:05
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: Re: Problem with CFFTP
> > > > >
> > > > >
> > > > > <CFCONTENT> causes CF to read a file from the web server and
> > "push" it
> > > > > to
> > > > > the client via the browser. <CFFILE> lets you move files around
> > on
> > > > the
> > > > > web
> > > > > server, including creating, renaming, copying and deleting.
> > > > >
> > > > > DC
> > > > >
> > > > > ----- Original Message -----
> > > > > From: "Andy Ewings" <[EMAIL PROTECTED]>
> > > > > To: <[EMAIL PROTECTED]>
> > > > > Sent: Tuesday, August 22, 2000 13:02
> > > > > Subject: RE: Problem with CFFTP
> > > > >
> > > > >
> > > > > > Oh ok....but I still don;t see/understand how you move files
> > from
> > > > the
> > > > > > web
> > > > > > server to the client using cffile/cfcontent. I would have
> > thought
> > > > > cfftp
> > > > > > would have done this by the nature of it's name! Anyone show me
> > > > what
> > > > > to
> > > > > > do?!
> > > > > >
> > > > > > -----Original Message-----
> > > > > > From: David E. Crawford [mailto:[EMAIL PROTECTED]]
> > > > > > Sent: 22 August 2000 13:56
> > > > > > To: [EMAIL PROTECTED]
> > > > > > Subject: Re: Problem with CFFTP
> > > > > >
> > > > > >
> > > > > > They already have the ability to specify where it is saved.
> > That is
> > > > > > completely a client function.
> > > > > >
> > > > > > DC
> > > > > >
> > > > > > ----- Original Message -----
> > > > > > From: "Andy Ewings" <[EMAIL PROTECTED]>
> > > > > > To: <[EMAIL PROTECTED]>
> > > > > > Sent: Tuesday, August 22, 2000 12:52
> > > > > > Subject: RE: Problem with CFFTP
> > > > > >
> > > > > >
> > > > > > > Oh.....
> > > > > > >
> > > > > > > How do I do that? What I am trying to do is let the user
> > download
> > > > a
> > > > > > > specific file from the web server to there Hard drive but I
> > want
> > > > to
> > > > > > let
> > > > > > > them
> > > > > > > choose where to save it. Have you got any code that will do
> > this?
> > > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
> > > > > > > Sent: 22 August 2000 14:28
> > > > > > > To: [EMAIL PROTECTED]
> > > > > > > Subject: Re: Problem with CFFTP
> > > > > > >
> > > > > > >
> > > > > > > Yeah, You can't use CFFTP to move files between the cfserver
> > and
> > > > > > > browser.
> > > > > > > Only between the FTP server and CF server. You have to use
> > CFFILE
> > > > > and
> > > > > > > CFCONTENT to upload and download from the browser to the
> > server
> > > > and
> > > > > > then
> > > > > > > from the server to the FTP server and vice versa.
> > > > > > >
> > > > > > > ----- Original Message -----
> > > > > > > From: "Andy Ewings" <[EMAIL PROTECTED]>
> > > > > > > To: "CFTalk (E-mail)" <[EMAIL PROTECTED]>
> > > > > > > Sent: Tuesday, August 22, 2000 5:56 AM
> > > > > > > Subject: Problem with CFFTP
> > > > > > >
> > > > > > >
> > > > > > > > I have a problem with CFFTP. I am trying to use CFFTP to
> > > > download
> > > > > a
> > > > > > > file
> > > > > > > > onto a user hard drive. When the user clicks a button the
> > web
> > > > > site
> > > > > > > creates
> > > > > > > > a file using CFFILE and then tries to download it to C:\temp
> > > > using
> > > > > > > CFFTP.
> > > > > > > > However all it is doing is saving it to C:\Temp on the web
> > > > server!
> > > > > > > Here
> > > > > > > is
> > > > > > > > my code....
> > > > > > > >
> > > > > > > > <cfftp action="open" username="<username>"
> > password="<password>"
> > > > > > > > server="<servername>" connection="temp" stoponerror="no">
> > > > > > > > <cfoutput>
> > > > > > > > Open Error Code: #cfftp.errorcode#
> > > > > > > > Open Error Text: #cfftp.errortext#
> > > > > > > > </cfoutput>
> > > > > > > >
> > > > > > > > <cfftp connection="temp" action="GETFILE"
> > > > > > localfile="c:\temp\test.doc"
> > > > > > > > remotefile="#thisdirectory#TestFile.htm"
> > transfermode="BINARY"
> > > > > > > > failifexists="No" stoponerror="No">
> > > > > > > > Download Error Code: #cfftp.errorcode#<br>
> > > > > > > > Download Error Text: #cfftp.errortext#<br>
> > > > > > > > </cfoutput>
> > > > > > > > <cfftp action="CLOSE" connection="cv">
> > > > > > > >
> > > > > > > > Both FTP operations succeed. Anyone have any ideas?
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > ------------------------------------------------------------------
> > > > > > > > Andrew Ewings
> > > > > > > > Project Manager
> > > > > > > > Thoughtbubble Ltd
> > > > > > > >
> > > > ------------------------------------------------------------------
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > --
> > > > > > > ----
> > > > > > > > Archives:
> > http://www.mail-archive.com/[email protected]/
> > > > > > > > To Unsubscribe visit
> > > > > > >
> > > > > >
> > > > >
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > > > > > or
> > > > > > > send a message to [EMAIL PROTECTED] with
> > > > > 'unsubscribe'
> > > > > > > in
> > > > > > > the body.
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > ----
> > > > > > > --
> > > > > > > Archives:
> > http://www.mail-archive.com/[email protected]/
> > > > > > > To Unsubscribe visit
> > > > > > >
> > > > > >
> > > > >
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > > > > > or
> > > > > > > send a message to [EMAIL PROTECTED] with
> > > > > 'unsubscribe'
> > > > > > > in
> > > > > > > the body.
> > > > > > >
> > > > > >
> > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > > ------
> > > > > > > Archives:
> > http://www.mail-archive.com/[email protected]/
> > > > > > > To Unsubscribe visit
> > > > > > >
> > > > > >
> > > > >
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > > > > > or send a message to [EMAIL PROTECTED] with
> > > > > > > 'unsubscribe' in the body.
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > ----
> > > > > > --
> > > > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > > > To Unsubscribe visit
> > > > > >
> > > > >
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > > > > or
> > > > > > send a message to [EMAIL PROTECTED] with
> > > > 'unsubscribe'
> > > > > > in
> > > > > > the body.
> > > > > >
> > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > > ------
> > > > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > > > To Unsubscribe visit
> > > > > >
> > > > >
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > > > > or send a message to [EMAIL PROTECTED] with
> > > > > > 'unsubscribe' in the body.
> > > > > >
> > > > >
> > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > ----
> > > > > --
> > > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > > To Unsubscribe visit
> > > > >
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > > > or
> > > > > send a message to [EMAIL PROTECTED] with
> > 'unsubscribe'
> > > > > in
> > > > > the body.
> > > > >
> > > >
> > ------------------------------------------------------------------------
> > > > > ------
> > > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > > To Unsubscribe visit
> > > > >
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > > > or send a message to [EMAIL PROTECTED] with
> > > > > 'unsubscribe' in the body.
> > > > >
> > > >
> > > >
> > ------------------------------------------------------------------------
> > > > ------
> > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > To Unsubscribe visit
> > > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > > > or send a message to [EMAIL PROTECTED] with
> > > > 'unsubscribe' in the body.
> > > >
> > >
> > > ------------------------------------------------------------------
> > > ----------
> > > --
> > > Archives: http://www.mail-archive.com/[email protected]/
> > > To Unsubscribe visit
> > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
> > in
> > > the body.
> > > ------------------------------------------------------------------
> > > ----------
> > > --
> > > Archives: http://www.mail-archive.com/[email protected]/
> > > To Unsubscribe visit
> > >
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
> > in
> > > the body.
> > >
> > > ------_=_NextPart_001_01C00C44.1E5D7688
> > > Content-Type: text/html;
> > > charset="iso-8859-1"
> > > Content-Transfer-Encoding: quoted-printable
> > >
> > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
> > > <HTML>
> > > <HEAD>
> > > <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> > > charset=3Diso-8859-1">
> > > <META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
> > > 5.5.2650.12">
> > > <TITLE>RE: Problem with CFFTP</TITLE>
> > > </HEAD>
> > > <BODY>
> > >
> > > <P><FONT SIZE=3D2>Users can simply right click on the "link"
> > =
> > > and select the option: "save target as..." and it will bring
> > =
> > > up the save dialog box and give them the option to save it on their =
> > > system....I use this on our intranet and it works just
> > fine.</FONT></P>
> > >
> > > <P><FONT SIZE=3D2>It requires some user education (always a perilous =
> > > and onerous undertaking)....but that, coupled with a rather large font
> > =
> > > size: Right Click to Download</FONT></P>
> > >
> > > <P><FONT SIZE=3D2>seems to work for us!!</FONT>
> > > </P>
> > >
> > > <P><FONT SIZE=3D2>Jon</FONT>
> > > <BR><FONT SIZE=3D2>-----Original Message-----</FONT>
> > > <BR><FONT SIZE=3D2>From: Andy Ewings [<A =
> > >
> > HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED].
> > =
> > > uk</A>]</FONT>
> > > <BR><FONT SIZE=3D2>Sent: Tuesday, August 22, 2000 9:30 AM</FONT>
> > > <BR><FONT SIZE=3D2>To: '[EMAIL PROTECTED]'</FONT>
> > > <BR><FONT SIZE=3D2>Subject: RE: Problem with CFFTP</FONT>
> > > </P>
> > > <BR>
> > >
> > > <P><FONT SIZE=3D2>Ok, I tried it and unfortunately it loaded it into =
> > > the browser as a word</FONT>
> > > <BR><FONT SIZE=3D2>document. Any ideas as to the direction I
> > need =
> > > to point my heroic efforts</FONT>
> > > <BR><FONT SIZE=3D2>in order to prompt the user to download the =
> > > file?!</FONT>
> > > </P>
> > >
> > > <P><FONT SIZE=3D2>-----Original Message-----</FONT>
> > > <BR><FONT SIZE=3D2>From: David E. Crawford [<A =
> > >
> > HREF=3D"mailto:[EMAIL PROTECTED]">mailto:dcrawford@yalesecurity
> > =
> > > .com</A>]</FONT>
> > > <BR><FONT SIZE=3D2>Sent: 22 August 2000 14:18</FONT>
> > > <BR><FONT SIZE=3D2>To: [EMAIL PROTECTED]</FONT>
> > > <BR><FONT SIZE=3D2>Subject: Re: Problem with CFFTP</FONT>
> > > </P>
> > > <BR>
> > >
> > > <P><FONT SIZE=3D2>Keep in mind that with IE and MS-Word, Powerpoint, =
> > > Excel, it sometimes takes</FONT>
> > > <BR><FONT SIZE=3D2>heroic efforts to overcome the M$ natural tendency
> > =
> > > to display the document</FONT>
> > > <BR><FONT SIZE=3D2>in the browser, as opposed to force a =
> > > download.</FONT>
> > > </P>
> > >
> > > <P><FONT SIZE=3D2>DC</FONT>
> > > </P>
> > >
> > > <P><FONT SIZE=3D2>----- Original Message -----</FONT>
> > > <BR><FONT SIZE=3D2>From: "David E. Crawford" =
> > > <[EMAIL PROTECTED]></FONT>
> > > <BR><FONT SIZE=3D2>To: <[EMAIL PROTECTED]></FONT>
> > > <BR><FONT SIZE=3D2>Sent: Tuesday, August 22, 2000 13:14</FONT>
> > > <BR><FONT SIZE=3D2>Subject: Re: Problem with CFFTP</FONT>
> > > </P>
> > > <BR>
> > >
> > > <P><FONT SIZE=3D2>> To a certain extent that is true.
> > However, =
> > > by setting the appropriate</FONT>
> > > <BR><FONT SIZE=3D2>> MIME</FONT>
> > > <BR><FONT SIZE=3D2>> type for the document you can force the
> > browser =
> > > to "save" it rather than</FONT>
> > > <BR><FONT SIZE=3D2>> rendering it.</FONT>
> > > <BR><FONT SIZE=3D2>></FONT>
> > > <BR><FONT SIZE=3D2>> DC</FONT>
> > > <BR><FONT SIZE=3D2>></FONT>
> > > <BR><FONT SIZE=3D2>> ----- Original Message -----</FONT>
> > > <BR><FONT SIZE=3D2>> From: "Andy Ewings" =
> > > <[EMAIL PROTECTED]></FONT>
> > > <BR><FONT SIZE=3D2>> To: <[EMAIL PROTECTED]></FONT>
> > > <BR><FONT SIZE=3D2>> Sent: Tuesday, August 22, 2000 13:12</FONT>
> > > <BR><FONT SIZE=3D2>> Subject: RE: Problem with CFFTP</FONT>
> > > <BR><FONT SIZE=3D2>></FONT>
> > > <BR><FONT SIZE=3D2>></FONT>
> > > <BR><FONT SIZE=3D2>> > I thought <CFContent> basically =
> > > allows the user to read non HTML files</FONT>
> > > <BR><FONT SIZE=3D2>> > in</FONT>
> > > <BR><FONT SIZE=3D2>> > their browser window (after all the =
> > > browser is just a container). I</FONT>
> > > <BR><FONT SIZE=3D2>> > don't</FONT>
> > > <BR><FONT SIZE=3D2>> > want to open the file in their browser, =
> > > just let them save it to their</FONT>
> > > <BR><FONT SIZE=3D2>> > hard</FONT>
> > > <BR><FONT SIZE=3D2>> > drive and open it up in word (it's a word
> > =
> > > doc)</FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> > -----Original Message-----</FONT>
> > > <BR><FONT SIZE=3D2>> > From: David E. Crawford [<A =
> > >
> > HREF=3D"mailto:[EMAIL PROTECTED]">mailto:dcrawford@yalesecurity
> > =
> > > .com</A>]</FONT>
> > > <BR><FONT SIZE=3D2>> > Sent: 22 August 2000 14:05</FONT>
> > > <BR><FONT SIZE=3D2>> > To: [EMAIL PROTECTED]</FONT>
> > > <BR><FONT SIZE=3D2>> > Subject: Re: Problem with CFFTP</FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> > <CFCONTENT> causes CF to read a
> > file =
> > > from the web server and "push" it</FONT>
> > > <BR><FONT SIZE=3D2>> > to</FONT>
> > > <BR><FONT SIZE=3D2>> > the client via the browser. =
> > > <CFFILE> lets you move files around on</FONT>
> > > <BR><FONT SIZE=3D2>> the</FONT>
> > > <BR><FONT SIZE=3D2>> > web</FONT>
> > > <BR><FONT SIZE=3D2>> > server, including creating, renaming, =
> > > copying and deleting.</FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> > DC</FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> > ----- Original Message -----</FONT>
> > > <BR><FONT SIZE=3D2>> > From: "Andy Ewings" =
> > > <[EMAIL PROTECTED]></FONT>
> > > <BR><FONT SIZE=3D2>> > To: =
> > > <[EMAIL PROTECTED]></FONT>
> > > <BR><FONT SIZE=3D2>> > Sent: Tuesday, August 22, 2000 =
> > > 13:02</FONT>
> > > <BR><FONT SIZE=3D2>> > Subject: RE: Problem with CFFTP</FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> > > Oh ok....but I still don;t =
> > > see/understand how you move files from</FONT>
> > > <BR><FONT SIZE=3D2>> the</FONT>
> > > <BR><FONT SIZE=3D2>> > > web</FONT>
> > > <BR><FONT SIZE=3D2>> > > server to the client using =
> > > cffile/cfcontent. I would have thought</FONT>
> > > <BR><FONT SIZE=3D2>> > cfftp</FONT>
> > > <BR><FONT SIZE=3D2>> > > would have done this by the nature
> > of =
> > > it's name! Anyone show me</FONT>
> > > <BR><FONT SIZE=3D2>> what</FONT>
> > > <BR><FONT SIZE=3D2>> > to</FONT>
> > > <BR><FONT SIZE=3D2>> > > do?!</FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > -----Original Message-----</FONT>
> > > <BR><FONT SIZE=3D2>> > > From: David E. Crawford [<A =
> > >
> > HREF=3D"mailto:[EMAIL PROTECTED]">mailto:dcrawford@yalesecurity
> > =
> > > .com</A>]</FONT>
> > > <BR><FONT SIZE=3D2>> > > Sent: 22 August 2000 13:56</FONT>
> > > <BR><FONT SIZE=3D2>> > > To: [EMAIL PROTECTED]</FONT>
> > > <BR><FONT SIZE=3D2>> > > Subject: Re: Problem with =
> > > CFFTP</FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > They already have the ability to =
> > > specify where it is saved. That is</FONT>
> > > <BR><FONT SIZE=3D2>> > > completely a client function.</FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > DC</FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > ----- Original Message -----</FONT>
> > > <BR><FONT SIZE=3D2>> > > From: "Andy Ewings" =
> > > <[EMAIL PROTECTED]></FONT>
> > > <BR><FONT SIZE=3D2>> > > To: =
> > > <[EMAIL PROTECTED]></FONT>
> > > <BR><FONT SIZE=3D2>> > > Sent: Tuesday, August 22, 2000 =
> > > 12:52</FONT>
> > > <BR><FONT SIZE=3D2>> > > Subject: RE: Problem with =
> > > CFFTP</FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > Oh.....</FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > How do I do that? What I
> > =
> > > am trying to do is let the user download</FONT>
> > > <BR><FONT SIZE=3D2>> a</FONT>
> > > <BR><FONT SIZE=3D2>> > > > specific file from the web =
> > > server to there Hard drive but I want</FONT>
> > > <BR><FONT SIZE=3D2>> to</FONT>
> > > <BR><FONT SIZE=3D2>> > > let</FONT>
> > > <BR><FONT SIZE=3D2>> > > > them</FONT>
> > > <BR><FONT SIZE=3D2>> > > > choose where to save it.
> > =
> > > Have you got any code that will do this?</FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > -----Original =
> > > Message-----</FONT>
> > > <BR><FONT SIZE=3D2>> > > > From: Kevin Schmidt [<A =
> > > HREF=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]</FONT>
> > > <BR><FONT SIZE=3D2>> > > > Sent: 22 August 2000 =
> > > 14:28</FONT>
> > > <BR><FONT SIZE=3D2>> > > > To: =
> > > [EMAIL PROTECTED]</FONT>
> > > <BR><FONT SIZE=3D2>> > > > Subject: Re: Problem with =
> > > CFFTP</FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > Yeah, You can't use CFFTP
> > =
> > > to move files between the cfserver and</FONT>
> > > <BR><FONT SIZE=3D2>> > > > browser.</FONT>
> > > <BR><FONT SIZE=3D2>> > > > Only between the FTP server and
> > =
> > > CF server. You have to use CFFILE</FONT>
> > > <BR><FONT SIZE=3D2>> > and</FONT>
> > > <BR><FONT SIZE=3D2>> > > > CFCONTENT to upload and
> > download =
> > > from the browser to the server</FONT>
> > > <BR><FONT SIZE=3D2>> and</FONT>
> > > <BR><FONT SIZE=3D2>> > > then</FONT>
> > > <BR><FONT SIZE=3D2>> > > > from the server to the FTP =
> > > server and vice versa.</FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > ----- Original Message =
> > > -----</FONT>
> > > <BR><FONT SIZE=3D2>> > > > From: "Andy Ewings" =
> > > <[EMAIL PROTECTED]></FONT>
> > > <BR><FONT SIZE=3D2>> > > > To: "CFTalk (E-mail)"
> > =
> > > <[EMAIL PROTECTED]></FONT>
> > > <BR><FONT SIZE=3D2>> > > > Sent: Tuesday, August 22, 2000
> > =
> > > 5:56 AM</FONT>
> > > <BR><FONT SIZE=3D2>> > > > Subject: Problem with =
> > > CFFTP</FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > I have a problem with =
> > > CFFTP. I am trying to use CFFTP to</FONT>
> > > <BR><FONT SIZE=3D2>> download</FONT>
> > > <BR><FONT SIZE=3D2>> > a</FONT>
> > > <BR><FONT SIZE=3D2>> > > > file</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > onto a user hard =
> > > drive. When the user clicks a button the web</FONT>
> > > <BR><FONT SIZE=3D2>> > site</FONT>
> > > <BR><FONT SIZE=3D2>> > > > creates</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > a file using CFFILE and =
> > > then tries to download it to C:\temp</FONT>
> > > <BR><FONT SIZE=3D2>> using</FONT>
> > > <BR><FONT SIZE=3D2>> > > > CFFTP.</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > However all it is doing is
> > =
> > > saving it to C:\Temp on the web</FONT>
> > > <BR><FONT SIZE=3D2>> server!</FONT>
> > > <BR><FONT SIZE=3D2>> > > > Here</FONT>
> > > <BR><FONT SIZE=3D2>> > > > is</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > my code....</FONT>
> > > <BR><FONT SIZE=3D2>> > > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > <cfftp =
> > > action=3D"open" username=3D"<username>" =
> > > password=3D"<password>"</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > =
> > > server=3D"<servername>" connection=3D"temp"
> > =
> > > stoponerror=3D"no"></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > <cfoutput></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > Open Error Code: =
> > > #cfftp.errorcode#</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > Open Error Text: =
> > > #cfftp.errortext#</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > </cfoutput></FONT>
> > > <BR><FONT SIZE=3D2>> > > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > <cfftp =
> > > connection=3D"temp" action=3D"GETFILE"</FONT>
> > > <BR><FONT SIZE=3D2>> > > =
> > > localfile=3D"c:\temp\test.doc"</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > =
> > > remotefile=3D"#thisdirectory#TestFile.htm" =
> > > transfermode=3D"BINARY"</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > =
> > > failifexists=3D"No" stoponerror=3D"No"></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > Download Error Code: =
> > > #cfftp.errorcode#<br></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > Download Error Text: =
> > > #cfftp.errortext#<br></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > </cfoutput></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > <cfftp =
> > > action=3D"CLOSE" connection=3D"cv"></FONT>
> > > <BR><FONT SIZE=3D2>> > > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > Both FTP operations =
> > > succeed. Anyone have any ideas?</FONT>
> > > <BR><FONT SIZE=3D2>> > > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > ></FONT>
> > > <BR><FONT SIZE=3D2>> =
> > >
> > ------------------------------------------------------------------</FONT
> > =
> > > >
> > > <BR><FONT SIZE=3D2>> > > > > Andrew Ewings</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > Project Manager</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > Thoughtbubble Ltd</FONT>
> > > <BR><FONT SIZE=3D2>> > > > ></FONT>
> > > <BR><FONT SIZE=3D2>> =
> > >
> > ------------------------------------------------------------------</FONT
> > =
> > > >
> > > <BR><FONT SIZE=3D2>> > > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> =
> > >
> > ------------------------------------------------------------------------
> > =
> > > </FONT>
> > > <BR><FONT SIZE=3D2>> > > > --</FONT>
> > > <BR><FONT SIZE=3D2>> > > > ----</FONT>
> > > <BR><FONT SIZE=3D2>> > > > > Archives: <A =
> > > HREF=3D"http://www.mail-archive.com/[email protected]/" =
> > >
> > TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/
> > =
> > > </A></FONT>
> > > <BR><FONT SIZE=3D2>> > > > > To Unsubscribe
> > visit</FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> <A =
> > >
> > HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli
> > =
> > > sts/cf_talk" =
> > >
> > TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists
> > =
> > > &body=3Dlists/cf_talk</A></FONT>
> > > <BR><FONT SIZE=3D2>> > > > or</FONT>
> > > <BR><FONT SIZE=3D2>> > > > send a message to =
> > > [EMAIL PROTECTED] with</FONT>
> > > <BR><FONT SIZE=3D2>> > 'unsubscribe'</FONT>
> > > <BR><FONT SIZE=3D2>> > > > in</FONT>
> > > <BR><FONT SIZE=3D2>> > > > the body.</FONT>
> > > <BR><FONT SIZE=3D2>> > > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> =
> > >
> > ------------------------------------------------------------------------
> > =
> > > </FONT>
> > > <BR><FONT SIZE=3D2>> > > > ----</FONT>
> > > <BR><FONT SIZE=3D2>> > > > --</FONT>
> > > <BR><FONT SIZE=3D2>> > > > Archives: <A =
> > > HREF=3D"http://www.mail-archive.com/[email protected]/" =
> > >
> > TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/
> > =
> > > </A></FONT>
> > > <BR><FONT SIZE=3D2>> > > > To Unsubscribe visit</FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> <A =
> > >
> > HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli
> > =
> > > sts/cf_talk" =
> > >
> > TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists
> > =
> > > &body=3Dlists/cf_talk</A></FONT>
> > > <BR><FONT SIZE=3D2>> > > > or</FONT>
> > > <BR><FONT SIZE=3D2>> > > > send a message to =
> > > [EMAIL PROTECTED] with</FONT>
> > > <BR><FONT SIZE=3D2>> > 'unsubscribe'</FONT>
> > > <BR><FONT SIZE=3D2>> > > > in</FONT>
> > > <BR><FONT SIZE=3D2>> > > > the body.</FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> =
> > >
> > ------------------------------------------------------------------------
> > =
> > > </FONT>
> > > <BR><FONT SIZE=3D2>> > > > ------</FONT>
> > > <BR><FONT SIZE=3D2>> > > > Archives: <A =
> > > HREF=3D"http://www.mail-archive.com/[email protected]/" =
> > >
> > TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/
> > =
> > > </A></FONT>
> > > <BR><FONT SIZE=3D2>> > > > To Unsubscribe visit</FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> <A =
> > >
> > HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli
> > =
> > > sts/cf_talk" =
> > >
> > TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists
> > =
> > > &body=3Dlists/cf_talk</A></FONT>
> > > <BR><FONT SIZE=3D2>> > > > or send a message to =
> > > [EMAIL PROTECTED] with</FONT>
> > > <BR><FONT SIZE=3D2>> > > > 'unsubscribe' in the =
> > > body.</FONT>
> > > <BR><FONT SIZE=3D2>> > > ></FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> =
> > >
> > ------------------------------------------------------------------------
> > =
> > > </FONT>
> > > <BR><FONT SIZE=3D2>> > > ----</FONT>
> > > <BR><FONT SIZE=3D2>> > > --</FONT>
> > > <BR><FONT SIZE=3D2>> > > Archives: <A =
> > > HREF=3D"http://www.mail-archive.com/[email protected]/" =
> > >
> > TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/
> > =
> > > </A></FONT>
> > > <BR><FONT SIZE=3D2>> > > To Unsubscribe visit</FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> <A =
> > >
> > HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli
> > =
> > > sts/cf_talk" =
> > >
> > TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists
> > =
> > > &body=3Dlists/cf_talk</A></FONT>
> > > <BR><FONT SIZE=3D2>> > > or</FONT>
> > > <BR><FONT SIZE=3D2>> > > send a message to =
> > > [EMAIL PROTECTED] with</FONT>
> > > <BR><FONT SIZE=3D2>> 'unsubscribe'</FONT>
> > > <BR><FONT SIZE=3D2>> > > in</FONT>
> > > <BR><FONT SIZE=3D2>> > > the body.</FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> =
> > >
> > ------------------------------------------------------------------------
> > =
> > > </FONT>
> > > <BR><FONT SIZE=3D2>> > > ------</FONT>
> > > <BR><FONT SIZE=3D2>> > > Archives: <A =
> > > HREF=3D"http://www.mail-archive.com/[email protected]/" =
> > >
> > TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/
> > =
> > > </A></FONT>
> > > <BR><FONT SIZE=3D2>> > > To Unsubscribe visit</FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> <A =
> > >
> > HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli
> > =
> > > sts/cf_talk" =
> > >
> > TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists
> > =
> > > &body=3Dlists/cf_talk</A></FONT>
> > > <BR><FONT SIZE=3D2>> > > or send a message to =
> > > [EMAIL PROTECTED] with</FONT>
> > > <BR><FONT SIZE=3D2>> > > 'unsubscribe' in the body.</FONT>
> > > <BR><FONT SIZE=3D2>> > ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> =
> > >
> > ------------------------------------------------------------------------
> > =
> > > </FONT>
> > > <BR><FONT SIZE=3D2>> > ----</FONT>
> > > <BR><FONT SIZE=3D2>> > --</FONT>
> > > <BR><FONT SIZE=3D2>> > Archives: <A =
> > > HREF=3D"http://www.mail-archive.com/[email protected]/" =
> > >
> > TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/
> > =
> > > </A></FONT>
> > > <BR><FONT SIZE=3D2>> > To Unsubscribe visit</FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> <A =
> > >
> > HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli
> > =
> > > sts/cf_talk" =
> > >
> > TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists
> > =
> > > &body=3Dlists/cf_talk</A></FONT>
> > > <BR><FONT SIZE=3D2>> > or</FONT>
> > > <BR><FONT SIZE=3D2>> > send a message to =
> > > [EMAIL PROTECTED] with 'unsubscribe'</FONT>
> > > <BR><FONT SIZE=3D2>> > in</FONT>
> > > <BR><FONT SIZE=3D2>> > the body.</FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> =
> > >
> > ------------------------------------------------------------------------
> > =
> > > </FONT>
> > > <BR><FONT SIZE=3D2>> > ------</FONT>
> > > <BR><FONT SIZE=3D2>> > Archives: <A =
> > > HREF=3D"http://www.mail-archive.com/[email protected]/" =
> > >
> > TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/
> > =
> > > </A></FONT>
> > > <BR><FONT SIZE=3D2>> > To Unsubscribe visit</FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>> <A
> > HREF=3D"http://www.houseoffusion.com/index.cf=
> > > m?sidebar=3Dlists&body=3Dlists/cf_talk" =
> > >
> > TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists
> > =
> > > &body=3Dlists/cf_talk</A></FONT>
> > > <BR><FONT SIZE=3D2>> > or send a message to =
> > > [EMAIL PROTECTED] with</FONT>
> > > <BR><FONT SIZE=3D2>> > 'unsubscribe' in the body.</FONT>
> > > <BR><FONT SIZE=3D2>> ></FONT>
> > > <BR><FONT SIZE=3D2>></FONT>
> > > <BR><FONT SIZE=3D2>> =
> > >
> > ------------------------------------------------------------------------
> > =
> > > </FONT>
> > > <BR><FONT SIZE=3D2>> ------</FONT>
> > > <BR><FONT SIZE=3D2>> Archives: <A =
> > > HREF=3D"http://www.mail-archive.com/[email protected]/" =
> > >
> > TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/
> > =
> > > </A></FONT>
> > > <BR><FONT SIZE=3D2>> To Unsubscribe visit</FONT>
> > > <BR><FONT SIZE=3D2>> <A =
> > >
> > HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli
> > =
> > > sts/cf_talk" =
> > >
> > TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists
> > =
> > > &body=3Dlists/cf_talk</A></FONT>
> > > <BR><FONT SIZE=3D2>> or send a message to =
> > > [EMAIL PROTECTED] with</FONT>
> > > <BR><FONT SIZE=3D2>> 'unsubscribe' in the body.</FONT>
> > > <BR><FONT SIZE=3D2>></FONT>
> > > </P>
> > >
> > > <P><FONT =
> > >
> > SIZE=3D2>---------------------------------------------------------------
> > =
> > > -------------</FONT>
> > > <BR><FONT SIZE=3D2>--</FONT>
> > > <BR><FONT SIZE=3D2>Archives: <A =
> > > HREF=3D"http://www.mail-archive.com/[email protected]/" =
> > >
> > TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/
> > =
> > > </A></FONT>
> > > <BR><FONT SIZE=3D2>To Unsubscribe visit</FONT>
> > > <BR><FONT SIZE=3D2><A =
> > >
> > HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli
> > =
> > > sts/cf_talk" =
> > >
> > TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists
> > =
> > > &body=3Dlists/cf_talk</A> or</FONT>
> > > <BR><FONT SIZE=3D2>send a message to [EMAIL PROTECTED]
> > =
> > > with 'unsubscribe' in</FONT>
> > > <BR><FONT SIZE=3D2>the body.</FONT>
> > > <BR><FONT =
> > >
> > SIZE=3D2>---------------------------------------------------------------
> > =
> > > ---------------</FONT>
> > > <BR><FONT SIZE=3D2>Archives: <A =
> > > HREF=3D"http://www.mail-archive.com/[email protected]/" =
> > >
> > TARGET=3D"_blank">http://www.mail-archive.com/[email protected]/
> > =
> > > </A></FONT>
> > > <BR><FONT SIZE=3D2>To Unsubscribe visit <A =
> > >
> > HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli
> > =
> > > sts/cf_talk" =
> > >
> > TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists
> > =
> > > &body=3Dlists/cf_talk</A> or send a message to =
> > > [EMAIL PROTECTED] with 'unsubscribe' in the =
> > > body.</FONT></P>
> > >
> > > </BODY>
> > > </HTML>
> > > ------_=_NextPart_001_01C00C44.1E5D7688--
> > > ------------------------------------------------------------------
> > > ------------
> > > Archives: http://www.mail-archive.com/[email protected]/
> > > To Unsubscribe visit
> > > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> > _talk or send a message to [EMAIL PROTECTED] with
> > 'unsubscribe' in the body.
> >
> > ------------------------------------------------------------------------
> > ------
> > Archives: http://www.mail-archive.com/[email protected]/
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> > or send a message to [EMAIL PROTECTED] with
> > 'unsubscribe' in the body.
> >
>
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.