Serv-u Many friends use FTP account to upload and download files, but for their own account security, users need to modify the password every once in a while. Usually by the administrator on the server side for us to modify, but this operation is very cumbersome, in fact, users can also remotely modify their own FTP account password.
Prerequisite conditions
First, make sure that the FTP server provides the user's account with the right to modify the password. The most common FTP server Software "Serv-u" as an example, set account password modification permission is very simple. Now we give "FTP://www.efujin.com" this FTP server "tqxx" account to grant password modification permission, in the "Serv-u Administrator" window to the left of the user list to find "Tqxx" account, and then in the right of the Account Settings window to switch to the General Options page, Check "Allow user to modify password", then click the "Apply" icon.
Modify method
1. Click "Start → run", enter "cmd" and return.
2. Enter the "FTP 218.106.99.127" and return in the DOS window.
C:\Documents and Settings\administrator>ftp 218.106.99.127
The screen prompts are as follows:
Connected to 218.106.99.127.
Serv-u FTP Server v5.1 for WinSock ready ...
User (218.106.99.127: (none)):
3. Enter your FTP user's account at the cursor (for example: TQXX) and return.
Screen tip:
User (218.106.99.127: (None)): Tqxx
331 User name Okay, need password.
Password:
4. Then enter your FTP account password (such as: tqxx001, please note that the password here does not show).
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 Modify password")
Screen tip:
Ftp> Quote site PSWD tqxx001 12345678
230 Password changed okay.
6. ScreenTip "230 Password changed okay.", which indicates that the password was modified successfully. Finally enter "quit" to exit the FTP login.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.