We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6c2866 + 2e73932 commit 56c744dCopy full SHA for 56c744d
1 file changed
apps/files_external/lib/Lib/Backend/SFTP.php
@@ -20,6 +20,8 @@ public function __construct(IL10N $l, Password $legacyAuth) {
20
->setText($l->t('SFTP'))
21
->addParameters([
22
new DefinitionParameter('host', $l->t('Host')),
23
+ (new DefinitionParameter('port', $l->t('Port')))
24
+ ->setFlag(DefinitionParameter::FLAG_OPTIONAL),
25
(new DefinitionParameter('root', $l->t('Root')))
26
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
27
])
0 commit comments