Member | Value | Description |
---|---|---|
storeAppend | 2 | Perform an append. If the file already exists this will append the data to it. |
storeReplace | 0 | Perform a normal store command. Default value. |
storeUnique | 1 | Perform a store unique command. Stores a data under a unique name if the file already exists on the server. The name is name is returned in the reply. |