mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
LSaddon::ssh: Add doc about $mode parameter of function createDirsBySFTP
This parameter must be an octal number, with a leading zero (ex: 0640 or 02755).
This commit is contained in:
parent
c120e76822
commit
69eaf31598
1 changed files with 2 additions and 1 deletions
|
@ -184,7 +184,8 @@ LSerror :: defineError('SSH_07',
|
|||
*
|
||||
* @param[in] $connection_params array Connection parameters
|
||||
* @param[in] $dirs array|string The directory/ies to add
|
||||
* @param[in] $mode integer The directory/ies mode (default : default umask on the SSH server)
|
||||
* @param[in] $mode integer The directory/ies mode as an octal number (do not forget leading zero,
|
||||
* example: 0755 or 02755, default : default umask on the SSH server)
|
||||
* @param[in] $recursive boolean Enable recursive mode (default : false)
|
||||
* @param[in] $continue boolean Enable continue mode : do not on error (default : false)
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue