Hi Nigel
Just a note from what I learned about using (Python) API
I tested Python and it seemed broken - server console was reporting some errors.
I came back later on (after getting disappointed by Sedna XML database disk space requirements).
Using latest BaseX I succeeded
Starting server
java -cp basex-6.2.9.jar org.basex.BaseXServer
Starting client
java -cp basex-6.2.9.jar org.basex.BaseXClient -n localhost -p 1984
My Python scripts are since then performing without any problem.
My estimation is, the same may apply to other API, not only to Python.
I think, there was some other post recommending you to use some API to get the file remotely to a database. Such a test is on my plan, I may let you know.
Jan
On Tue, Oct 19, 2010 at 12:02 PM, Nigel Alderton
<nigel.alderton@bigtooth.co.uk> wrote:
Hi,
Is it possible to upload an XML file to the server from one
machine to another?
I’m using BaseX 6.1 on Windows XP. I have a BaseX
server running on 192.168.2.10 and the BaseX 6.1 user interface running on
192.168.2.101.
In the Server Administration dialog box, under “Administrator
Logon” the “Connect” and “Disconnct” buttons are
both greyed out. I can’t connect from 192.168.2.101 to 192.168.2.10.
Should I be able to?
Thanks,
Nigel
_______________________________________________
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
--