Proftpd: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==proftp_mysql== | =Links= | ||
*[http://www.proftpd.org/ Homepage] | |||
=proftp_mysql= | |||
==Documentation== | |||
*http://adamc.us/guides/proftpd_mysql.html | |||
===Creating account=== | ===Creating account=== | ||
===Changing password=== | ===Changing password=== | ||
update users set passwd == password('newpass') where userid = 'username'; |
Latest revision as of 13:07, 7 April 2009
Links
proftp_mysql
Documentation
Creating account
Changing password
update users set passwd == password('newpass') where userid = 'username';