mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-08 02:38:54 +00:00
Allow to upload folder
This commit is contained in:
@@ -365,6 +365,14 @@ seaf_repo_manager_post_dir (SeafRepoManager *mgr,
|
||||
const char *user,
|
||||
GError **error);
|
||||
|
||||
int
|
||||
seaf_repo_manager_mkdir_with_parents (SeafRepoManager *mgr,
|
||||
const char *repo_id,
|
||||
const char *parent_dir,
|
||||
const char *new_dir_path,
|
||||
const char *user,
|
||||
GError **error);
|
||||
|
||||
/**
|
||||
* Update an existing file in a repo
|
||||
* @params: same as seaf_repo_manager_post_file
|
||||
|
Reference in New Issue
Block a user