Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

alain.roger

change owner/permission only for file or for directory

Hi,

i would like to know if there a special button or command in WinSCP to change permission to file ONLY (or to directory ONLY) as for the owner ?
till now i added a special command as following:
find -type f -print0 | xargs -0 chmod 644

but it returns me error

thx