nextcloud / nextcloud/desktop

add mkdir function to nextcloudcmd

Open
#8,429 1 comment 0 reactions 0 assignees View on GitHub
1. to develop feature: :white_square_button: nextcloudcmd Prio: normal
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.