Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1022 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 1022 Bytes

Binder.CLI

Command line interface for carrying out functions on the Binder platform

Requirements

For Windows: XP or later with .NET 4.0

For OSX: Mono 4.0

Limitations

  1. Only accesses the Production ecosystem (cannot be set to developer mode)
  2. ⚠️ ALWAYS WRITES FILES TO STORAGE ZONE 1 regardless of the destination box
  3. Source must be a either the path to a file, or the path to a wildcard spec of some files
  4. Destination must be the path, within the site, of an existing folder
  5. Site must be the full hostname of the site

Installation

Unzip the files to a folder and either add that folder to your PATH or change to that folder each time.

Example commands

binder upload -recursive -site mysite.binder.com.au -source "C:\var\myfiles\*.*" -destination "/My box/myfolder" -username [email protected] -password "mypassword"

binder dir -site mysite.binder.com.au -source "/My box/myfolder" -username [email protected] -password "mypassword"