ossutil is a command-line tool that you can use to efficiently manage objects in Object Storage Service (OSS). For example, you can use ossutil to upload large objects, download objects, and share objects.
ossutil 1.6.16 and later
For ossutil 1.6.16 and later, you can directly use ossutil as the binary name in the command line. You do not need to update the binary name based on the operating system.
Operating system | Binary name |
64-bit Linux | ossutil |
32-bit Linux | |
64-bit Windows | |
32-bit Windows | |
64-bit macOS | |
32-bit macOS | |
64-bit ARM | |
32-bit ARM |
ossutil earlier than 1.6.16
For ossutil earlier than 1.6.16, refresh the binary name based on the operating system.
Operating system | Binary name |
64-bit Linux | ossutil |
32-bit Linux | ./ossutil32 |
64-bit Windows | ossutil64.exe |
32-bit Windows | ossutil32.exe |
64-bit macOS | ./ossutilmac64 |
32-bit macOS | ./ossutilmac32 |
64-bit ARM | ./ossutilarm64 |
32-bit ARM | ./ossutilarm32 |