• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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