# Support for file:// - need help testing

**URL:** https://forum.solidproject.org/t/support-for-file-need-help-testing/1683
**Category:** App Testing
**Created:** [April 12, 2019, 7:39pm UTC](https://forum.solidproject.org/t/support-for-file-need-help-testing/1683 "2019-04-12T19:39:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jeffz](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.solidproject.org/jeffz/32/600_2.png) [@jeffz](https://forum.solidproject.org/u/jeffz)
#### Post date: [April 12, 2019, 7:39pm UTC](https://forum.solidproject.org/t/support-for-file-need-help-testing/1683/1 "2019-04-12T19:39:52Z")

</div>

Hi all. I’ve released **[Solid REST file](https://github.com/jeff-zucker/solid-rest-file)** which is included with solid-auth-cli, which is included in rdflib and soon in query-ldflex when used in nodejs. The library accepts file:// IRIs and sends back a full HTTP response object including status and headers. All of rdflib’s fetcher methods are supported including reading a folder - it returns a Turtle Container representation created on-the-fly.

The readme and tests show examples of using the library in rdflib in nodejs - basically just require solid-auth-cli and feed it to the fetcher and thereafter you can use file:// in rdflib fetcher commands (load, putBack, webOperations, etc.). If you use solid-auth-cli’s login, you will have rdflib read-write access to your POD and to your local filesystem at the same time.

The library is obviously OS dependent so **I need as many testers as I can get**. To test : git clone or download the git repo and run npm test. [EDIT: this way of testing works, the ways I suggested before editing didn’t]

Please **[post test reports](https://github.com/jeff-zucker/solid-rest-file/issues/2)** and make sure to include your OS and version.

Thanks!

P.S. because of CORS this does not work in the browser, though I am working on a browser-extension to use it.

---

<div class="post-metadata">

### Author: ![timbl](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.solidproject.org/timbl/32/24_2.png) [@timbl](https://forum.solidproject.org/u/timbl)
#### Post date: [April 14, 2019, 12:28pm UTC](https://forum.solidproject.org/t/support-for-file-need-help-testing/1683/2 "2019-04-14T12:28:03Z")

</div>

Thank you for providing this. I have always done my processing either in https: space or in file: space depending on what was most convenient, with the same files occurring in both spaces. Up till now the file:// stuff has generally been command line python programs, but with this I should be able to start using more and mode node command line tools on them in file:// space, which I am happy about!
