All FTP users on server


/ Published in: Apache
Save to your folder(s)

List all FTP users on server


Copy this code and paste it in your HTML
  1. mysql psa -e "SELECT REPLACE(sys_users.home,'/home/httpd/vhosts/','') AS domain,sys_users.login,accounts.password FROM sys_users LEFT JOIN accounts on sys_users.account_id=accounts.id ORDER BY sys_users.home ASC;"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.