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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -