|
Procedure
to change the FTP password in Windows NT
Step-1
Telnet
to the Server with the port address through which FTP gets connected
( for eg: telnet 202.4.191.195 21)
Step-2
Go
to terminal in the menu bar and take preferences and enable "
Local ECHO".
Step-3
Type
User space username with Domain name and press Enter (for eg. User
mohan@mohan.com)
Then,
pass space password and press enter (eg: pass mohan123)
After
that, type site cpwd space new password and press enter (eg: site
cpwd mohan234)
Lastly
type Quit.
|