I wanted to check if sublime SFTP would allow changing a user after log in ? This is possible via Winscp whereby you can use sudo. See this article winscp.net/eng/docs/faq_su so wanted to check if this was possible within sublime SFTP.
In our scenario, we have individual user accounts and a common account. The common account is not allowed to login via SSH/SFTP so to upload files, we connect via our individual logins using Winscp but winscp runs a sudo to the common user after logging in. This way, all files uploaded are owned by the common user and not individual user. This is our requirement so if there is any alternative way of achieving this within sublime then do let us know.