Re: [basex-talk] Trying to use http:request to emulate curl -X PUT -T xxx.pdf

2014-01-06 Thread Andy Bunce
Florent: Thanks for the tcpdump and @src tips Lukas That matches my experience. I wonder if this is relevant: http://stackoverflow.com/questions/18728100/file-upload-via-http-put-request /Andy On Mon, Jan 6, 2014 at 7:49 AM, Lukas Kircher wrote: > Hi all, > > again: > > curl -v -X PUT -T som

[basex-talk] Possible bug in BaseX interpreter, might be the introspection module ?

2014-01-06 Thread jean-marc Mercier
Hello, I have a quite strange behavior, that might be a bug in the introspection module. I am just describing it, and will work a bit to produce a reproductible code if you don't have a quick clue about the problem. I created a map of string to functions, called $common:MapIntrospecting, generate

Re: [basex-talk] Possible bug in BaseX interpreter, might be the introspection module ?

2014-01-06 Thread jean-marc Mercier
Note : casewhere, I checked that this issue does not depend upon the values of INLINELIMIT and TAILCALL. 2014/1/6 jean-marc Mercier > Hello, > > I have a quite strange behavior, that might be a bug in the introspection > module. I am just describing it, and will work a bit to produce a > reprod

Re: [basex-talk] BaseX for noobs: C++ API ?

2014-01-06 Thread jean-marc Mercier
Hello, I still can't connect to BaseX. I checked that I sent to the server exactly the same bytes than the C# connector that worked on my configuration. Is there any way to make the BaseX server echoing any input request on a particular socket to check exactly what my TCP connector is sending ?

Re: [basex-talk] BaseX for noobs: C++ API ?

2014-01-06 Thread Liam R E Quin
On Mon, 2014-01-06 at 21:15 +0100, jean-marc Mercier wrote: > Hello, > > I still can't connect to BaseX. I checked that I sent to the server exactly > the same bytes than the C# connector that worked on my configuration. > > Is there any way to make the BaseX server echoing any input request on a

Re: [basex-talk] BaseX for noobs: C++ API ?

2014-01-06 Thread Dirk Kirsten
Hello Jean-Marc, No, there is no such echoing service. Especially, because you sait that you can't connect, so the authentification does not seem to have taken place. So doing anything before authentification would be rather weird. Also, you did not mention _what_ excactly does not work. However,

Re: [basex-talk] BaseX for noobs: C++ API ?

2014-01-06 Thread jean-marc Mercier
Liam, Thx for your proposal. Unix C++ user can use the already existing BaseX API, that unfortunately don't work for poor Windows users. My program do send information to BaseX server, since the server replies through its log "admin (the user account I am using to log in) -- acces denied". There i