change title of the page

This commit is contained in:
2018-07-02 14:41:49 +03:00
parent c8041cd0bf
commit 913de10f8c
8 changed files with 12 additions and 18 deletions

View File

@@ -111,5 +111,8 @@ Operation is one of download, direct_download, zip_download, or upload
- @app.route('/script/direct/<name>/<token>', methods=['GET'])
Get a bash script that downloads all the files in a share using direct filename tokens.
- @app.route('/script/upload_split/<name>/<token>', methods=['GET'])
Get a bash script that uploads multiple files and folders. The script splits files
Get a python script that uploads multiple files and folders. The script splits files
to smaller chunks, to prevent timeouts. Folders are uploaded as .tar
- @app.route('/script/client/<name>/<token>', methods=['GET'])
Get a python script that is a console client for downloading and
uploading files.