Hello,
I have a WEBDAV server set up and I would like to post a file to it. I was 
trying to use cfhttp and I keep getting a "Connection Failure: Status code 
unavailable" error.

Here is the simple code I'm using to test...

<cfhttp method="PUT" url="https://myhost.com"; username="user" password="pass" 
throwonerror="true">
        <cfhttpparam type="file" name="base.xml" file="/tmp/base.xml">
</cfhttp>

I have confirmed that the user name and password work and that I can add files.

What am I doing wrong?
Thanks,
- Charles

Oh yea, CFMX 7.0.3 on Linux 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314960
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to