CLI advance values
| Value | description | default valeue |
|---|---|---|
| MAX_SFTP | when SFTP is source in policy. the number of simultaneus files downloaded localy | 5 |
| APIPOLLTIME | number of milliseconds to wait for new files thru API | 1000 |
| BUSYRENAME | try to rename file to see if it is locked or being used | false |
| LIMITSIMULTANEUS | limit the number of files that can be in the queue from the same directory | 0 |
| COUNTFILES | numer of files to limit simultaneus if LIMITSIMULTANEUS=1 | 10 |
| SMALLSPEED | if equals 1 it will not wait 200ms per file to see that the files is not being used | 0 |
| BLOCK_BIG_FILE | if BLOCK_BIG_FILE=1 blocks files bigger than the policy allowed , if equals 0 it will bypass them | 0 |
| SFTPTIMEOUT | connection TIMEOUT for sftp connections as destination(in ms) | 300000 |
| TMPCOPY | when file is being copied to destination, it will be added to the name ".tmp" | false |
| TMPDIR | if enabled in combination of TMPCOPY it will copy the files to a temp directory and then moved to the destination (works only on cloud or local connectors) | false |
| SUFFIXDIR | if configured , it will add this directory name to any file copied to the destination | null |
| UPLOAD_TIMEOUT | time to wait in ms for the finish of the file upload to Opswat | 360000 |
| ONLYEXT | if configured as true , the file profile will match only for the end of the string | false |
| SUFFIXQUAR | if configured it will as .SUFFIXQUAR to the file on the quaratnine folder | false |
Updated 9 months ago
