change title of the page
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user