Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.01 KB

tutorial.md

File metadata and controls

44 lines (24 loc) · 1.01 KB

How to setup Nutstore WebDAV

如何在坚果云中开启 WebDAV 支持

  1. Register a Nutstore account

    If you don't have a Nutstore account, register one here: https://www.jianguoyun.com/d/signup

    • Let's assume your new account's username is a@example.com
  2. Enable WebDAV in Nutstore Setting, get the WebDAV key

    • Now you should have your WebDAV key

    • As you can see, my WebDAV key is ah2fxzeki48kw2xh
  3. Make a new directory on Nutstore

    Now you have a directory named photos

  4. Use nutstore-cli now

    • Until now, ou have username, WebDAV key and new directory name
    • You can start nutstore-cli with:
    $ nutstore-cli --username a@example.com --key ah2fxzeki48kw2xh --working_dir /photos
    
    • Enjoy!