Solid-file-client v0.3,0 now includes upload/download/copy

The latest version of solid-file-client (v0.3.0), available on github or via npm, now provides a persistent session for node/console apps and supports all browser-based methods in the console as well as some additional methods not yet implemented for the browser.

I’ve also posted more details on the console-based persistent session and the interactive shell .

New methods in solid-file-client:

* copyFile()       // copies a remote file to a remote location
* downloadFile()   // downloads a remote file to local file system
* uploadFile()     // uploads file from local file system to remote
* getCredentials() // reads idp,user,pass from config file

The build directories have changed a bit, see the README.

5 Likes