PERMIT_ACTNS={ S | H | A | R | C | Z | E}
This parameter defines the Windows-permitted action.
The valid values are as follows:
- S (SYSTEM_FILE): indicates that the file is a system file and can only be viewed by the operating system instead of the user.
- H (HIDDEN_FILE): indicates that the file cannot be seen by the user.
- A (ARCHIVE_FILE): select this option if you want to mark a file that has changed since it was last backed up.
- R: indicates that the file being accessed can only be viewed by the user. No changes can be made to the file.
- C: indicates that you can create a file as compressed on the remote system. This attribute is only available on NTFS partitions. If the receiving file system is not NTFS, the option is ignored.
- Z: appends a CR/LF (0x0d, 0x0a) to the end of the file, followed by the DOS End of File character, Control Z (0x1a). If a trailing Control Z or CR/LF is already present, it does not add them again. This feature is only available when Carriage Return/Line Feed processing is enabled.
- E: appends a DOS End of File character, Control Z (0x1a).
Copyright © Cloud Software Group, Inc. All rights reserved.