cancel
Showing results for 
Search instead for 
Did you mean: 

FTP set Read only mode

Former Member
0 Kudos

Hi gurus,

i hope you can help me on following issue. We need to change after the message processing file permission to read only mode.

Which operation system command should we use for FTP read only mode?

Thanks in advance,

Peter

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can add to the "Run operating system command after message processing" the following entries:

For Linux: "CHMOD 555 *.txt"

On windows: "CACLS *.txt /e /p <sid>adm:R"

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Why do you want to change the file permission to read only mode?

The easiest solution is change the permission of file to read onlly mode. So that Pi would not execute the file after processing.

You can simply make file permission read only in file adpater field "Run operating system command after message processing"

Make your file permission 555 for read only mode.