• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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