It works in a frameset for me. Here's my code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Dueling FTP</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset cols="*,*" frameborder="NO" border="0" framespacing="0">
  <frame src="" name="leftFrame" >
  <frame src="" name="mainFrame">
</frameset>
<noframes><body>

</body></noframes>
</html>

-Kevin

----- Original Message -----
From: "Bushy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 05, 2003 7:01 AM
Subject: RE: Using <cfhttp to access FTP via IE

> Exactly but I want to be able to biuld this into a frameset.
>
>
>  ______________________________
> |                               |                             |
> |   ftp://server1        |   ftp://server2      |
> |                               |                             |
> |                               |                             |
> |                               |                             |
> |_______________ |______________ |
>
> Doesn't seem to work in my app. If I open just a separate IE window and
type in the ftp path it works just fine but not within my frameset?
>
>
>
> --Original Message Text---
> From: J E VanOver
> Date: Tue, 4 Nov 2003 13:33:36 -0800
>
> Read Only?  On WinXP it acts "just" like another explorer window.  Drag
and
> drop to ftp.  Kinda nice!
>
> Jevo
>   -----Original Message-----
>   From: Lewis Sellers [mailto:[EMAIL PROTECTED]
>   Sent: Tuesday, November 04, 2003 12:36 PM
>   To: CF-Talk
>   Subject: RE: Using <cfhttp to access FTP via IE
>
>   >Your browser is an HTTP client and an FTP client. If you want to
perform
> FTP
>   >operations from CF, you'll have to use CFFTP instead of CFHTTP.
>   >
>   >Dave Watts, CTO, Fig Leaf Software
>
>   Like Dave says, HTTP and FTP are fairly different protocols. Different
>   command sets, different ports, etc. Microsoft has simply added a
"helpful"
>   feature to IE that lets you browse FTP servers through an artificial
>   read-only HTML-like interface. (I haven't tried it in ages but it might
do
>   GOPHER:// as well.)
>
>   --min
>
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to