Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 895 Bytes

README.md

File metadata and controls

36 lines (33 loc) · 895 Bytes

Storj

How to start

  1. Install uplink here
  2. Create new access here
  3. Import access
    uplink import project-name access-grant-xx.key
    
    Replace project-name and access grant

Command line

  • Upload
    uplink cp ~/Desktop/cheesecake.jpg sj://cakes
    
  • Share
    uplink --access project-name share --url sj://bucket/filename --not-after=none
    
  • List
    uplink ls sj://website
    
  • Download
    uplink cp sj://bucket/filename ./filename
    
  • Delete
    uplink rm sj:/bucket/filename
    

Related docs