I'm writting an app against the API RPC, and am trying to create a new FTP user.
The documention says to write the packet like:
However, that returns an error:
If I try changing webspace-id to site-id or site-name, I now receive the error:
There are a number of different examples in the documentation, and all throw the same errors.
The server is running 11.0.9 Update #12.
The documention says to write the packet like:
<packet version="1.6.3.0">
<ftp-user>
<add>
<name>ftpuser1</name>
<password>jdnHHbe6Gc</password>
<home/>
<webspace-id>48</webspace-id>
</add>
</ftp-user>
</packet>
However, that returns an error:
Request is invalid. Error in line 7: Element 'webspace-id': This element is not expected. Expected is one of ( home, quota, permissions, site-id, site-name ).
If I try changing webspace-id to site-id or site-name, I now receive the error:
This feature is not supported for protocol version 1.6.3.0.
There are a number of different examples in the documentation, and all throw the same errors.
The server is running 11.0.9 Update #12.