• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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