> If I do the following from within IE I can access the server
> and contents
>
> ftp://<username>:<password>@IPADDRESS/data
>
> But within my app I'm using the following and it doesn't work.
> Keeps telling me "Connection Failure"?
>
> What am I doing wrong?
>
> <cfhttp url=""> > method="get"
> username="<username>"
> password="<password>"
> resolveurl="yes">

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
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

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

Reply via email to