Housekeeping

This commit is contained in:
Pinga 2025-02-27 13:17:27 +02:00
parent a36fb6a908
commit 35ff83ce3e
3 changed files with 148 additions and 6 deletions

View file

@ -43,13 +43,13 @@ switch ($storageType) {
$sftpSettings['host'],
$sftpSettings['username'],
$sftpSettings['password'],
$sftpSettings['privateKey'],
$sftpSettings['passphrase'],
$sftpSettings['privateKey'], // Set to null in config if not using SSH key
$sftpSettings['passphrase'], // Set to null in config if not using SSH key
$sftpSettings['port'],
$sftpSettings['useAgent'],
$sftpSettings['useAgent'], // Set to false in config if not using SSH key
$sftpSettings['timeout'],
$sftpSettings['maxTries'],
$sftpSettings['fingerprint']
$sftpSettings['fingerprint'] // Set to null in config if not using SSH key
);
$visibilityConverter = PortableVisibilityConverter::fromArray([