edit txt files. keyboard shortcut for share tools
This commit is contained in:
@@ -86,6 +86,12 @@ Operation is one of download, direct_download, zip_download, or upload
|
||||
Upload file from the browser
|
||||
- @app.route('/upload_join/<name>/<token>', methods=['POST'])
|
||||
Commence joining of a splitted upload file
|
||||
- @app.route('/paste/<name>/<token>', methods=['POST'])
|
||||
Upload a string from command line
|
||||
- @app.route('/paste', methods=['POST'])
|
||||
Upload a string from the browser
|
||||
- @app.route('/editor', methods=['POST','GET'])
|
||||
Open text editor.
|
||||
- @app.route('/files/<name>/<token>', methods=['GET'])
|
||||
Return plain text list of files in the share
|
||||
- @app.route('/list/<name>/<token>', methods=['GET'])
|
||||
|
||||
Reference in New Issue
Block a user