Folder created with API Curl does not get associated to a user #1475
cloudlady911
started this conversation in
General
Replies: 1 comment
-
I really need a way to programmatically create users and file shares. I chose this program because it has an extensive API. I just spent a week setting it up and if its not possible to do this, I will have to find another Sftp program. Any help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is similar to another post I put up here: #1473
This difference here is that instead of creating a user with a folder attached, I create the user, and then attempted to create the folder and attach it to the user.
This is my curl statement:
In this scenario the folder does get created but is not associated with the selected user.
Beta Was this translation helpful? Give feedback.
All reactions