• 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

how can i change ftp password in API ?

N

non

Guest
thanks

that's work now~
thanks
 
Last edited by a moderator:
that's work now~
thanks
 
Last edited by a moderator:
hi non,

here is how:

<packet version="1.5.0.0">
<domain>
<set>
<filter>
<id>[domain_id]</id>
</filter>
<values>
<hosting>
<vrt_hst>
<property>
<name>ftp_password</name>
<value>[new password]</value>
</property>
<ip_address>[IP address of the server this user is on]</ip_address>
</vrt_hst>
</hosting>
</values>
</set>
</domain>
</packet>

it kills me that nobody helps each other on this API on these forums, as if no one has implemented it... you can't even find a trace of it.

I'm going to publish it open source though just a bit left.
 
Back
Top