|
|
|
|
|
by Joker_vD
1846 days ago
|
|
I can think of basically two solutions: 1) pass user/group names around and resolve them at the destination to UID/GID;
2) ignore them entirely; assign ownership of all newly created files to the currently authenticated user (if authorized). Are there other ones? |
|