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

Problem getting FTP users via API RPC

R

rootusertom

Guest
Hello,

I have been trying to obtain a list of ftp accounts via the API RPC.
While my code works perfectly with e.g. clients or subscriptions, I cannot get ftp account info. When I send the following package (as given in the documentation):

<packet version="1.6.3.3">
<ftp-user>
<get>
<filter/>
</get>
</ftp-user>
</packet>
I get error 1017, Message: This feature is not supported for protocol version 1.6.3.3.

Trying the same with protocol version 1.4.2.0 (which is used in the documentation), results in the same error.

Any hints?

Thank you,
Tom
 
Back
Top