Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: How to run 'chmod -r' command dor sub directories?

There's no -R switch to chmod. WinSCP chmod is recursive implicitly. Remove the switch.
If this does not help, please post a log file.
eliba3

How to run 'chmod -r' command dor sub directories?

I have tried to run a recursive chmod but actually it did not work to sub directories under Installer.

i.e

winscp.StandardInput.WriteLine("chmod -R 777 /home/Installers/*.*");
[ Not work to /home/Installers/Internal ]

Did I write the command OK?