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

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