1
0
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:
cuihaikuo
2017-02-14 15:11:45 +08:00
parent 4dfa99882b
commit 1dc5798f4a
3 changed files with 222 additions and 9 deletions

View File

@@ -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