Difference between revisions of "Storj"

From FileZilla Wiki
Jump to navigationJump to search
Line 19: Line 19:
  
 
= Frequently Asked Questions =
 
= Frequently Asked Questions =
 +
 +
'''How do I export settings from libstorj CLI?'''
 +
 +
    storj export-keys
 +
 +
And then enter those settings into FileZilla in the Getting Started section.
  
 
= Debugging =
 
= Debugging =

Revision as of 20:50, 13 June 2017


Storj is a decentralized file storage system, and new protocol being added to FileZilla.

Source code is available at https://svn.filezilla-project.org/filezilla/FileZilla3/branches/storj/ and depends on https://github.com/Storj/libstorj

To checkout the code with subversion:

   svn co https://svn.filezilla-project.org/svn/FileZilla3/branches/storj/ filezilla


Getting Started

  • Add a new site in the Site Manager and select Storj as the protocol.
  • Enter `api.storj.io` as the host and `443` as the port.
  • Enter the bridge user name and password
  • If you have not created an Encryption Key before, generate a new one, otherwise add your existing key.


Frequently Asked Questions

How do I export settings from libstorj CLI?

   storj export-keys

And then enter those settings into FileZilla in the Getting Started section.

Debugging

It's possible to view full detailed logs for file transfers. To enable it (you'll need to do this each time you start up):

  • Open up the Preferences/Settings
  • Go to Logging and optionally enable timestamps and select a file to log
  • Go to Debug and select "4 - Debug"
  • View logs in the command console