For the first case, you should be able to HTTP PUT your file directly to the appropriate URL, e.g. http://remoteserver.com:3030/ds/data.
You could also go to http://remoteserver.com:3030 and use the forms made available there. --- A. Soroka The University of Virginia Library On Jul 24, 2015, at 12:12 PM, Roshan Bharath Das <[email protected]> wrote: > Hello, > > I am new to fuseki. > I got to know about remote sparql query by using: http://remoteserver > <http://remoteserver/>.com/3030/ds/sparql?query=SELECT%20*%20{?s%20?p%20?o}&output=text > > > I have a file named “abc.ttl”. How can I upload it in a remote fuseki > server(without s-put) for the below two cases?. > 1) Assuming I have Jena client and abc.ttl in the client machine. > 2) Assuming I know the abc.ttl is in a url Eg: I know > "http://pathtoabc.com/abc.ttl <http://pathtoabc.com/abc.ttl>" > > Best Regards, > Roshan
