Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.26 KB

seafile-cli-windows

Seafile CLI application for windows

Build status Build Status

This application can be used to upload files to Seafile using the command line.

Quick Start

  1. Retrieve a personal token for future uploads:
    SeafileCli.exe token --server https://seafile.example.com --username mail@example.com --password your-password
  2. Upload several files to the library "My Library" and directory "Example/Files":
    SeafileCli.exe upload --server https://seafile.example.com --token your-token --library "My Library" --directory "Example/Files" --files /home/user/file1.txt /home/user/file2.txt
  3. Upload a directory, which contains several sub-directories and files, to the library "My Library" and directory "Example/Folder":
    SeafileCli.exe upload --server https://seafile.example.com --token your-token --library "My Library" --directory "Example/Folder" --files /home/user/folder-to-upload/**/* --keep-folders