I've also found a bug when using SCP, when I try to change the owner/group of any folder recursively and set all permissions to not change at all, I get this one:
...
Thanks for your post. This bug has been added to tracker.
I've also found a bug when using SCP, when I try to change the owner/group of any folder recursively and set all permissions to not change at all, I get this one:
...
---------------------------
Error
---------------------------
Cannot change properties of file 'wt_ts'.
---------------------------
Command 'chmod -R "wt_ts"'
failed with return code 1 and error message
chmod: missing operand after `wt_ts'
Try `chmod --help' for more information..
---------------------------
Abort Retry Skip Skip all Help
---------------------------
wt_ts
is a folder: /home/wt_ts
and the owner/group was set to root
.
chown -R "!?prompt?www-data!:!?prompt?www-data!" "!"
...OK, but I thought SFTP was newer/more secure than SCP? I only mentioned SFTP specifically, cuz I haven't tested how WinSCP "does it" in other protocols.
Also, (I should test but) how would I see the output ofdu
in the Properties/Calculate dialog?
You can use SCP instead
Or use custom commands for expensive operations
rm -r <dir>
du <dir>
du -h <dir>