Last updated 1 year ago
Creates a directory at the given path.
Create a directory at the given path
POST /{connectionSlug}/mkdir HTTP/1.1 Host: api.sftpoverhttp.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 15 { "path": "text" }
The directory was created
{ "mkdir": true }