Documentation

add_ftpuser.inc.php

Page-level DocBlock

Table of Contents

Functions

add_ftpusers()  : mixed
Anlegen eines FTP Nutzers

Functions

add_ftpusers()

Anlegen eines FTP Nutzers

add_ftpusers(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_password: das FTP Passwort
  • ftp_comment: der Kommentar
  • ftp_path: der Pfad zum Login (optional, default /)
  • ftp_permission_read: der Nutzer darf lesen: Y|N (optional, default Y)
  • ftp_permission_write: der Nutzer darf lesen: Y|N (optional, default Y)
  • ftp_permission_list: der Nutzer darf lesen: Y|N (optional, default Y)
  • ftp_virus_clamav: der Nutzer hat einen Virenschutz: Y|N (optional, default Y)
Tags
link

Beispiel

throws
true

die Aktion wurde durchgeführt

throws
missing_parameter

ein Pflichtparameter fehlt

throws
couldnt_get_kas_ressources
throws
ftp_comment_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
max_ftpuser_reached
throws
missing_parameter
throws
password_syntax_incorrect
throws
path_syntax_incorrect

        
On this page

Search results