vscode-sftp
vscode-sftp copied to clipboard
Problem with upload new file or sync all from local to remote
I have a problem with the plugin regarding file ownership permissions.
Given how the application I’m working on is set up, I log in with a user, but the owner must always be www-data and the group www-data.
How can this be done with this plugin? Otherwise, I always end up having to connect via shell to run chown.
Regards