I am using FileZilla to log in to an SFTP host with my credentials. However, I need to use an equivalent of sudo su - user
(as used in linux) to change the user. There are no passwords set for this general user, and hence direct login is not allowed.
What FTP command can I use with the "Enter custom command.." option in FileZilla to switch users after connecting?
(This is required so I can transfer files as a different user and not my login.)