HI,
actually we need an API for SSH Connection or SFTP
API for changing ssh or sftp connection password
right now you have option to change password only wen the password is going to expire.
i need an API to change password any time when i need to , API should be like
sshconnection.ChangePassword("oldusername","oldpassword","newpassword");
it would be really great if you can provide solution for this.
waiting for your reply