• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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