nextcloud / nextcloud/documentation
External Storage Support - FTP port not extracted from host field to port key
Open
@joshtrichards is already working on this.
Since Mar 7, 2025.
1. to develop
- Dominant language
- JavaScript
- Stars
- 628
- Forks
- 2.5k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 135
Description
When you create a External Storage via FTP in the UI and enter the full adress (hostname:port) in the host field it is saved in the storrage configuration key host. The External Storrage provider for FTP expeced only the hostname in the host key and the port in the port key.
There is no automatic split / seperate field in the web UI. When you change the configuration manualy via OCC it works as expected.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.