Re: File ownership issue
When overwritting file, WinSCP "overwrites" it, it does not delete it and create new one. Is such case it is AFAIK regular *nix behaviour to leave file properties (owner, permissions, etc) as is. Am I right? (I'm not an unix expert).
You are correct - I've confirmed this with one of our resident Unix experts,
who said that the SSH code on the server side probably does exactly that (i.e.,
opens the existing file, overwrites its contents, then closes it; the file's owner
is not changed, since the file was not created again (just "updated")).
Thanks for your response - I apologize for not getting back to you sooner, but
I left for vacation on the 13th, and didn't return until the 23rd (I'm still
trying to tie-up my pre-vacation loose ends!).
Thanks again!
Michael