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 a73e38b + dc65c37 commit 4e50fbbCopy full SHA for 4e50fbb
1 file changed
apps/files_external/lib/Lib/Backend/SFTP.php
@@ -37,6 +37,8 @@ public function __construct(IL10N $l, Password $legacyAuth) {
37
->setText($l->t('SFTP'))
38
->addParameters([
39
new DefinitionParameter('host', $l->t('Host')),
40
+ (new DefinitionParameter('port', $l->t('Port')))
41
+ ->setFlag(DefinitionParameter::FLAG_OPTIONAL),
42
(new DefinitionParameter('root', $l->t('Root')))
43
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
44
])
0 commit comments