Documentation

update_ftpuser.inc.php

Page-level DocBlock

Table of Contents

Functions

update_ftpuser()  : mixed
Bearbeiten eines FTP Nutzers

Functions

update_ftpuser()

Bearbeiten eines FTP Nutzers

update_ftpuser(array<string|int, mixed> $parameter) : mixed
Parameters
$parameter : array<string|int, mixed>

folgende Parameter sind möglich:

  • kas_login: das betreffende KAS Login
  • kas_auth_data: die Authentifizierungsdaten
  • kas_auth_type: der Authentifizierungstyp
  • ftp_login: das zu bearbeitende Login
  • ftp_path: der Pfad zum Login (optional)
  • ftp_new_password: das neue FTP Passwort (optional)
  • ftp_comment: der Kommentar (optional)
  • ftp_permission_read: der Nutzer darf lesen: Y|N (optional)
  • ftp_permission_write: der Nutzer darf lesen: Y|N (optional)
  • ftp_permission_list: der Nutzer darf lesen: Y|N (optional)
  • ftp_virus_clamav: der Nutzer hat einen Virenschutz: Y|N (optional)
Tags
link

Beispiel

throws
true

die Aktion wurde durchgeführt

throws
missing_parameter

ein Pflichtparameter fehlt

throws
in_progress

das KAS Objekt ist zZt noch in Bearbeitung

throws
nothing_to_do

es wurde nichts geändert

throws
ftp_comment_syntax_incorrect
throws
ftp_login_not_found
throws
ftp_login_syntax_incorrect
throws
ftp_path_syntax_incorrect
throws
ftp_permission_list_syntax_incorrect
throws
ftp_permission_read_syntax_incorrect
throws
ftp_permission_write_syntax_incorrect
throws
ftp_virus_clamav_syntax_incorrect
throws
password_syntax_incorrect

        
On this page

Search results