• 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.

API RPC 1.6.3.0 create ftp-user fails

B

BartoszK

Guest
Hi,

My XML request looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.3.0">
<ftp-user>
<add>
<name>myftpuser</name>
<password>xxxxxx</password>
<home></home>
<site-id>1</site-id>
</add>
</ftp-user>
</packet>


but when I send it to API I get this error:
Plesk API returned error: This feature is not supported for protocol version 1.6.3.0

How it can not be supported when in the API Reference it is writted that it is supported?
Is there something wrong in my XML request?
 
Last edited by a moderator:
Back
Top