add mkdir function to nextcloudcmd
- Dominant language
- C++
- Stars
- 3.9k
- Forks
- 1k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 123
Description
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
* Subscribe to receive notifications on status change and new comments.
---
## Feature request
**Which Nextcloud Version are you currently using:** (see administration page)
- Server: [Nextcloud Hub 10] (31.0.6)
- Client: Nextcloud version 3.16.6daily
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- I need to create a folder on a nextcloud server in a script.
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
- a --mkdir /path/to/new/dir option for nextcloudcmd
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
- make a temporary dir ("/tmp") locally in which there is the dir ("/tmp/a") I want to create and sync the temporary dir. But that doesn't work bc there is no way to check if the dir already exists on the server. syncing the temp dir ("/tmp/a") would override any existing files on the server in the /a dir. So a way to check if a dir exists would also work.
**Additional context**
Add any other context or screenshots about the feature request here.
--
Contributor guide
Assessment
This issue has not been assessed yet.