mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #47527 from nextcloud/fix-sftp-custom-port-ui
fix(files_external): Handling in SFTP UI for custom ports
This commit is contained in:
commit
56c744d263
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ class SFTP extends Backend {
|
|||
->setText($l->t('SFTP'))
|
||||
->addParameters([
|
||||
new DefinitionParameter('host', $l->t('Host')),
|
||||
(new DefinitionParameter('port', $l->t('Port')))
|
||||
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
|
||||
(new DefinitionParameter('root', $l->t('Root')))
|
||||
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue