How to change ftp user password?

I need to change my FTP password, from an ubuntu server with the command line, can you help me?

Thank you all!

2

2 Answers

here ist the documentation from command line arguments:

FileZilla Command Line Arguments

Looks there is no way from the command line.

1

Generally you would ssh into tbe server (or connect via condole) and issue the command "passwd" command which will prompt to change your password or, as root, "passwd username". This will have the sude effect of changing yoyr ssh password - assuming you are not using public/private keys.

Note that some FTP servers can be configured to use a different authentication method (but generally use the users Linux password by default). If that is the case we would need to know the name of the FTP server as well as how its configured.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like