Proftpd: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Links=
*[http://www.proftpd.org/ Homepage]
=proftp_mysql=
=proftp_mysql=
==Documentation==
==Documentation==
Line 8: Line 11:


===Changing password===
===Changing password===
update users set passwd == password('newpass') where userid = 'username';

Latest revision as of 14:07, 7 April 2009

Links

proftp_mysql

Documentation


Creating account

Changing password

update users set passwd == password('newpass') where userid = 'username';