• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

ProFTPd

Hi Janko1000,

the module "mod_copy" is not a standard module for ProFTPD and has to be included during the compilation to work. You can check for yourself, what site commands are possible with ProFTPd on your server:

connect with FTP - username and password
use "site help" to list possible commands

Code:
site help
214-The following SITE commands are recognized (* =>'s unimplemented)
QUOTA
The following SITE extensions are recognized:
RATIO -- show all ratios in effect
HELP
CHGRP
CHMOD

As you can see, there is no "SITE CPFR/SITE CPTO commands" on a Plesk 12 standard installation.
 
Last edited by a moderator:
Back
Top