stefanos wrote:
I have winscp 3.7.6
i connect to a linux box with scp (SSH2)
I have a problem changing group ownership. Specifically when viewing the properties of a file or directory, there are many missing group names missing. There are only admin, dialout, cdrom, floppy, audio, video and plugdev groups. All the others are missing.
Especially if you use SFTP protocol, WinSCP cannot know list of groups. So it will display only groups used in current directory (or maybe even of the selected files only).
When I try to change the group by typing in the missing group name, I get for example (the user I login with has full permission)
Command 'chgrp "www-data" "rss4j.jar"'
failed with return code 1 and error message
chgrp: changing group of `rss4j.jar': Operation not permitted.
When I try to change the group with a custom command, I get the same error
You probably do not have rights to change file group. On UNIX systems, you need to be file owner to change file group.