putdotio / putio-sync

Command-line program to sync a folder between put.io and your computer.

Home Page:https://put.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

putio-sync

Command-line program to sync a folder between put.io and your computer.

WARNING: The project is still in development and features are subject to change!

If you are using MacOS or Windows, you can install desktop version: putio-sync-desktop.

Installing

If you are on MacOS you can install from brew:

brew install putdotio/putio-sync/putio-sync

Otherwise, get the latest binary from releases page.

Usage

Run the program with your account credentials:

PUTIO_Username=<username> PUTIO_Password=<password> putio-sync

Then program is going to sync the contents of these folders:

  • $HOME/putio-sync in your computer
  • /putio-sync in your Put.io account

The folders are created if they don't exist. Files will be synced periodically or when a change has been detected.

About

Command-line program to sync a folder between put.io and your computer.

https://put.io

License:MIT License


Languages

Language:Go 100.0%