Other Commands

Top  Previous  Next

checkupdates

Check for program updates. This command opens a web browser and shows if there are more up-to-date versions of S3Express available for download.

 

Example:
 
checkupdates

 
 

md5 FILE_NAME [-mul:PARTSIZE]

Calculate and show MD5 value of a local file.

 

Option

Description

FILE_NAME

Required. Local file name whose MD5 value must be calculated.

-mul:PARTSIZE

Optional flag. Calculate MD5 in multi-part mode.
The PARTSIZE value is optional and can be used to specify the size of each upload part to use, in Megabytes. The minimum upload part size is 5MB and that is also the default size used if PARTSIZE is not specified. Max size is 1000 Megabytes.
This is the same flag as used in the put command.

 

Example:
 
md5 c:\folderA\test.txt
md5 "c:\folderA\name with spaces.txt"

 
 

mimetype EXTENSION

Show the default MIME type used by S3Express for a specific file extension.

 

Option

Description

EXTENSION

Required. File extension.

 

Example:
 
mimetype .exe
mimetype .html
mimetype .jpg
mimetype .css

 
 

OnErrorSkip ON/OFF

Set S3Express error handling behavior when processing multiple commands (see exec and scripting via command line)

 

Option

Description

ON/OFF

OnErrorSkip ON (if one command is unsuccessful, skip all other commands)
 
OnErrorSkip OFF (this is the default. If one command is unsuccessful, continue with all other commands)

 

Example:
 
OnErrorSkip ON
OnErrorSkip OFF

 

 

ResetErrorStatus

Reset error status to success when processing multiple commands (see exec and scripting via command line)

 

Example:
 
ResetErrorStatus

 

 

ShowErrorStatus

Show current error status when processing multiple commands (see exec and scripting via command line)

 

Example:
 
ShowErrorStatus

 

 

pause SECONDS

Pause for the specified amount of seconds when processing multiple commands (see exec and scripting via command line)

 

Option

Description

SECONDS

SECONDS specifies the amount of seconds to pause.

 

Example:
 
pause 10 (pause for 10 seconds)
pause 1 (pause for 1 second)

 
 

pwd

Show current local working directory.

 

Example:
 
pwd