Recent content by James in Chicago

  1. J

    Using ISAPI to search and download from SD card

    OK solved: curl defaults to POST if -d is specified, but this is a GET request, so -X GET solves this.
  2. J

    Using ISAPI to search and download from SD card

    Thanks, but that is basically the same as #4 above, except that I had the xml in a file instead of inline. And it gives me the same result: <?xml version="1.0" encoding="UTF-8"?> <ResponseStatus version="2.0" xmlns="http://www.std-cgi.com/ver20/XMLSchema">...
  3. J

    Using ISAPI to search and download from SD card

    I am using a Hitosino, AKA knock-off version, but I think it should be the same. @anderson110, did you ever get past the search API to the download? I was able to successfully search using code similar to what you laid out, above. At the download portal, I see the same files that were...
Top