Bucket Commander needs configuration file to run, which can be created using Bucket Explorer's UI or you can also create/edit manually and also save at you desired location. Bucket Commander takes four arguments. "-action" , "-authenticate” ,"configfilename" and "-emailprofile”. Bucket Commander needs at least one credential saved.
An example of working command on Windows
Bucketcommander.exe -action:upload/download/copy [-authenticate:nick-name][-emailprofile:profilename1,profilename2] [-configfilename:file-path-different-location]
An example of working command on Linux
BucketCommander.sh -action:upload/download/copy [-authenticate:nick-name][-emailprofile:profilename1,profilename2][-configfilename:file-path-different-location]
Note: On Linux you can open terminal from Applications->Accessories->Terminal in Finder
An example of working command on Mac OSX
java -jar BucketCommander.jar -action:upload/download/copy [-authenticate:nick-name][-emailprofile:profilename1,profilename2][-configfilename:file-path-different-location]
Note:
On Mac OSX you can open terminal from Applications->Utilities->Terminal in Finder.