The anonftp.exe
utility serves to manage the anonymous FTP service.
The utility allows the following operations:
- enabling/disabling anonymous FTP access
- restricting the download bandwidth and the maximum number of
simultaneous connections - managing incoming directory parameters and login message options
Location
%plesk_cli%
Usage
anonftp.exe <command> [<domain name>] [
<option 1> <param> [<option 2> <param>] ... [<option N> <param>]
]
Example
The following command enables the anonymous FTP service on the domain
example.com, restricts the number of simultaneous FTP connections to
15, allows creating subdirectories within the incoming directory, and
restricts the download bandwidth to 500 KB.
plesk bin anonftp.exe --update example.com -status true -max-connects 15 -incoming true -bandwidth 500
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--update or -u
|
<domain name> |
Updates the anonymous FTP settings. |
To enable the anonymous FTP service on the domain plesk bin anonftp.exe --update example.com -status true or plesk bin anonftp.exe -u example.com -status true |
--info or -i
|
<domain name> |
Retrieves the information about anonymous FTP settings. |
To get the info about anonymous FTP… |