Plesk

anonftp.exe: Anonymous FTP Service:

The anonftp.exe utility serves to manage the anonymous FTP service.
The utility allows the following operations:

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
example.com:

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…

Exit mobile version