change upload script api
This commit is contained in:
@@ -403,7 +403,7 @@ def print_rest_api_upload(config, share, token):
|
|||||||
token
|
token
|
||||||
))
|
))
|
||||||
print("\nLink to upload multiple files to the share, splitting large files (default 512Mb):")
|
print("\nLink to upload multiple files to the share, splitting large files (default 512Mb):")
|
||||||
print("\n# curl -s %s/script/upload_split/%s/%s | bash /dev/stdin [-s split_size_in_Mb] file_to_upload.ext [second.file.ext]"%(
|
print("\n# curl -s %s/script/upload_split/%s/%s | python - [-s split_size_in_Mb] file_to_upload.ext [second.file.ext]"%(
|
||||||
config['public_url'],
|
config['public_url'],
|
||||||
share['name'],
|
share['name'],
|
||||||
token
|
token
|
||||||
|
|||||||
Reference in New Issue
Block a user