Remotely modify the login password of the Serv-U FTP user.

  

Many friends use FTP accounts to upload and download files, but for the security of their own accounts, users need to change the password every once in a while. Normally, the administrator will modify it for us on the server side, but this operation is very troublesome. In fact, the user can also remotely modify his FTP account password.

Prerequisites

First, make sure that the FTP server provides the user with the ability to change the password. Take the most common FTP server software "Serv-U" as an example. It is very simple to set the password modification permission of the account. Now we grant the password modification permission to the "tqxx" account of the FTP server "FTP://www.efujin.com", find the "tqxx" account in the user list in the left window of "Serv-U Administrator", and then on the right In the Account Settings window, switch to the "General" tab, check "Allow users to change passwords", and then click the "Apply" icon.

Modify Method

1. Click “Start→Run”, enter “cmd” and press Enter.

2. Type "ftp 218.106.99.127" in the DOS window and press Enter.

C:\\Documents and Settings\\Administrator>ftp 218.106.99.127

The screen prompts are as follows:

Connected to 218.106.99.127.

220 Serv- U FTP Server v5.1 for WinSock ready...

User (218.106.99.127:(none)):

3. Enter your FTP user's account number at the cursor (eg: Tqxx) and enter.

Screen Tip:

User (218.106.99.127:(none)): tqxx

331 User name okay, need password.

Password:< Br>

4. Then enter the password for your FTP account (eg tqxx001, please note that the password here is not displayed).

Screen Tip:

Password:

230 User logged in, proceed.

ftp>

5. Then enter the following command , you can change the password of your FTP account to "12345678":

quote site pswd tqxx001 12345678

(Note: The command format is "quote site pswd initial password change password") < Br>

Screen Tip:

ftp> quote site pswd tqxx001 12345678

230 Password changed okay.

6. Screen prompt "230 Password changed okay.", The password was successfully modified. Finally, type "quit" to exit the FTP login.

Screen Tip:

ftp> quit

221 Goodbye!

Is it simple? You also try!

Copyright © Windows knowledge All Rights Reserved