/ __ \/ /__ _ __ / / / / | / /_/ / / _ \| |/_/ / / / / /| | / ____/ / __/> < / /_/ / ___ | /_/ /_/\___/_/|_| \____/_/ |_| # Plex UA - Software designed to create additional FTP # users within the Parallels Plesk software. # # Copyleft (C) 2009 Ricardo Canto - Union Dev # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. Plex UA is a script meant to be used in conjunction with the SWSoft/Parallels proprietary software "Plesk", which, as a helpful feature, does not allow the creation of multiple FTP users to a domain. Running this script from inside your server will run an interactive menu that will create multiple users with access to a domain tree. Instructions: 1) From your SSH terminal, use this command to grab the script: $ wget uniondev.net/projects/plex_ua/plex_ua-0.1.5.sh 2) Make this script executable: $ chmod 755 plex_ua-0.1.5.sh 3) Run this script: $ ./plex_ua-0.1.5.sh And that's it!