linux - Change user in Filezilla client -


i logging sftp host credentials. however, need use equivalent of sudo su - user (as used in linux) change user. there no passwords set general user , hence direct login not allowed.

kindly raw ftp command can used "enter custom command.." option in file zilla client.

this required transfer files different user , not login.

thanks,

sftp protocol doesn't support changing user in middle of transfer session (so no case login , change user custom command). can launch sftp server under needed user using sudo, changing sftp client configuration. don't know whether trick supported filezilla, it's supported putty or winscp. there in sftp server settings can specify "sudo /bin/sftp-server" in order launch transfer session under different user.
example, instruction how winscp:
https://winscp.net/eng/docs/faq_su#sudo


Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -