• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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