Page 1 of 1

Changing password via PHP script

Posted: 2011-08-24 07:42
by izzie.zee
Hi... I'm not sure to put this into "Off-Topic>>HTML" side, or on this side of the forum. I'm a newbie in setting up FTP (FileZilla Server) with PHP portal, and I need to know how to change password using server side script PHP... Or at least, any similar code in ASP... Please help... Cheers...

Kind Regards,

-Izzie-

Re: Changing password via PHP script

Posted: 2011-08-24 19:27
by boco
Only way is to edit the FileZilla Server.xml directly (the passwords are stored as plain MD5 hash, before that question comes up) and call "FileZilla Server.exe" /reload-config afterwards.