Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

Оглавление

Hc_tts_ftp_domain_options_info

Просмотр пароля FTP-пользователя.

...

Блок кода
<?xml version="1.0"?>
<out
    xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="tts_ftp_domain_options_info.xsd">
    <result>
        <domain_options>
            <system>
                <options xs:type="ttsFtpOptionsType"/>
            </system>
            <domain name="biysk.local">
                <options xs:type="ttsFtpOptionsType" password="cdr"/>
            </domain>
        </domain_options>
    </result>
</out>

Hc_tts_ftp_domain_options_set

Смена пароля FTP-пользователя на уровне домена.

...

Блок кода
<?xml version="1.0"?>
<out
    xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="tts_ftp_domain_options_set.xsd">
    <result>
        <domain_options>
            <system/>
            <domain name="biysk.local">
                <success option="password"/>
            </domain>
        </domain_options>
    </result>
</out>

Hc_tts_ftp_domain_optios_clean

Сброс пароля доменного FTP-пользователя в значение по умолчанию.

...