scratcharchive / mountaintools

Apache License 2.0
2 stars 1 forks source link

fix mountainclient docs #6

Open magland opened 5 years ago

magland commented 5 years ago

@wysota

mt.login() and mt.configRemote*() have been deprecated.

Instead use mt.configDownloadFrom()

In addition to getting/setting to pairio (formerly cairio) mountainclient now interacts with kachery servers for remote content upload/download

Also we will need to document how to set kachery upload/download tokens. For example, create a ~/.mountaintools/kachery_tokens file with the following content

spikeforest.kbucket download *******secret-token***********
spikeforest.kbucket upload ******secret-token************
http://some-ip-or-host download ******secret-token************
wysota commented 5 years ago

It would be nice to have a tool which does that.