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: keepuptodate user change

WinSCP does not support automatic changing of owner of uploaded files.
Dinduch

For now, i use have setup a workaround. I use inotify to monitor the directory for changes and set the owner and group i want for changed files. Maybe there is another way, but for now it seems to do what i want.
Dinduch

keepuptodate user change

I want to use a script to continuously update one of my directory's with a remote directory. However, at the remote directory user and group of the uploaded files must be different as the login user. For example, i login with username 'testuser1' via publickey. Now all my uploaded files are uploaded and owned by 'testuser1'. But they should have username 'usertest2'.