• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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