The ftpsubaccount.exe utility is designed to manage additional FTP
accounts. The utility allows the following operations:
- creating/deleting additional FTP accounts on subscriptions
- changing additional FTP account login credentials, hard disk quota,
home directory, and user permissions
Location
%plesk_cli%
Usage
ftpsubaccount.exe <command> [<login_name>] [
<option 1> <param> [<option 2> <param>] ... [<option N> <param>]
]
Example
The following command creates an additional FTP account for the user
JohnDoe on the subscription example.com, sets password userpass
for the user, sets the hard disk quota for the additional FTP account to
50 MB, specifies the /httpdocs/ directory as the default home
directory for the additional FTP account, and sets the Read permission
for the user.
plesk bin ftpsubaccount.exe --create JohnDoe -domain example.com -passwd userpass -quota 50 -access_read true
Commands
| Command | Parameter | Description | Example |
|---|---|---|---|
--create or -c |
<login> |
Creates the additional FTP account. Requires |
To create an additional FTP account with login name JohnDoe plesk bin ftpsubaccount.exe --create JohnDoe -passwd userpass -domain example.com |
…