Changing password on FTP server

Core FTP client questions and answers
Post Reply
ForumAdmin
Site Admin
Posts: 1001
Joined: Mon Mar 24, 2003 4:37 am

Changing password on FTP server

Post by ForumAdmin »

To set the password, right click on the remote directory listing, select custom commands, QUOTE. A window will pop up, then enter:

SITE PSWD oldpassword newpassword

Where:

oldpassword = your old password
newpassword = your new password
ForumAdmin
Site Admin
Posts: 1001
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

On some servers you may need to use the oldpassword newpassword fields in the format:

oldpassword/newpassword (include the slash).


And some older servers like it using:

PASS oldpassword/newpassword
Post Reply