[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Antwort: Re: More troubles with POST




Thank you for the very helpful message, though it did not solve the problem at hand.

Regards,
Christian

owner-ftpapi@xxxxxxxxxxxxx schrieb am 23.06.2005 10:34:01:

>
> Hi Christian
>
> Sorry to be trite but if it is really bad code, have you got a way
> to make it good code.
> This is open source after all and you are free to contribute your
> really good code.
>
> Regards
> Frank Kolmann
> (arrrgh, (duck duck) dont hit me Scott)
>

>
> Christian Vitroler <c.vitroler@xxxxxxxxx>
> Sent by: owner-ftpapi@xxxxxxxxxxxxx

> 23/06/2005 05:59 PM
> Please respond to ftpapi

>
>        
>         To:        ftpapi@xxxxxxxxxxxxx
>         cc:        
>         Subject:        More troubles with POST

>
>
>
>
>
> As I am having problems getting POST to work, i thought let's try
> one of the supplied examples, they should work perfectly, shouldn't
> they? Oh well... what I am getting is really a weird result:
>
> HTTPAPI Ver 1.11pre4 released 2005-06-22                      
>                                                                
> http_url_post(): entered                                      
> SetError() #21: You do not have permission to create that file
>
> Funny, as I can assure you I have any and all rights on this
> machine. Oddly enough, it was able to write the DEBUG log in the
> very same directory! Suppose there are bugs in the "rights detectionroutine".
>
> Another note about the examples in general, one constantly finds this:
>
>     c                   if        rc <> 1          
>     c                   eval      msg = http_error  
>     c                   dsply                   msg
>     c                   else                        
>
> This is really bad code, mind you. Cause in case of a timeout, rc=0
> but http_error is uninitialized.
>
> Regards
> Christian Vitroler