liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.51k stars 265 forks source link

Different owner after upload #759

Open chross opened 4 years ago

chross commented 4 years ago

Is this a similar or duplicate feature request?

Is your feature request related to a problem? Please describe. When uploading files using my root ssh key, newly created files will be created using the root user. When other people want to edit files on the server, they can't because the files are owned by root. I don't have the problem when editiing existing files (owner and permissions are kept).

Describe the solution you'd like A settings option to specify, which owner to set for newly created files.

Describe alternatives you've considered Different user management is currently out of scope due to infrastructural limitations.

Does this project help you?