To run SpiderOak One from the command line, you need to know where the executable is on your operating system.
Windows
The standard location is:
"C:\Program Files\SpiderOakONE\SpiderOakONE.exe"
The path to the executable on Windows contains a space, so it must be quoted. While the default location for Program Files is on the C: drive, some Windows installations have it elsewhere, so adjust as appropriate. Running the 32 bit version of One on a 64 bit version of Windows is unusual but possible. In that case the executable is in the "Program Files (x86)" folder instead of "Program Files"; again adjust as appropriate.
Once you have found the executable, use it to preface the commands you give on the command line. For example, to run the command --selection
, the correct syntax would be:
"C:\Program Files\SpiderOakONE\SpiderOakONE.exe" --selection
The path to the executable should be enclosed in quote marks.
Mac
/Applications/SpiderOakONE.app/Contents/MacOS/SpiderOakONE
Once you have found the executable, use it to preface the commands you give on the command line. For example, to run the command --selection
, the correct syntax would be:
/Applications/SpiderOakONE.app/Contents/MacOS/SpiderOakONE --selection
Linux
SpiderOakONE
The full path is /usr/bin/SpiderOakONE, but /usr/bin is in everyone's path, so "SpiderOakONE" is sufficient.
Once you have found the executable, use it to preface the commands you give on the command line. For example, to run the command --selection
, the correct syntax would be:
SpiderOakONE --selection
If you have any feedback on this article please let our support team know. Thanks!