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
- Only accesses the Production ecosystem (cannot be set to developer mode)
⚠️ ALWAYS WRITES FILES TO STORAGE ZONE 1 regardless of the destination box- Source must be a either the path to a file, or the path to a wildcard spec of some files
- Destination must be the path, within the site, of an existing folder
- 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"