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: Changing Ownership Automatically post Upload

No, it's not possible.
mikejan

Changing Ownership Automatically post Upload

Great Program! Is there anyway to automatically change ownership with uploaded file(s) based upon parent directory ownership?

Example.. so we login SCP as root, and have two files. One goes /home/userAAA/public_html/imgs/ and then the other one goes to /home/userBBB/public_html/media/

Right now we have to remember after uploads to Terminal...

chown -R userAAA:userAAA public_html

and then again for userBBB...

But is there a away to make this super simple?