Page 1 of 1

Code to change FTP account password

Posted: Mon Oct 03, 2005 9:00 am
by ljCharlie
I'm assuming I got connected and logon to the ftp server fine, I like to know if there is a way to have the option for the user to change his/her password. Any help or tutorials on this is most helpful and appreciated.

Posted: Mon Oct 03, 2005 9:02 am
by feyd
I believe that depends entirely on the FTP server supporting that command.

Posted: Mon Oct 03, 2005 9:32 am
by ljCharlie
Many thanks for the response. Yes the FT Server does support this password change.

Posted: Mon Oct 03, 2005 9:38 am
by feyd
I believe ftp_raw() or ftp_exec() would allow you to execute it then..