no more python2 support
This commit is contained in:
@@ -619,7 +619,7 @@ def print_rest_api_upload(config, share, token):
|
||||
token
|
||||
))
|
||||
print("\nLink to upload multiple files to the share, splitting large files:")
|
||||
print("\n# python2 <( curl -s %s/script/upload_split/%s/%s ) [-s split_size_in_Mb] file_to_upload.ext [second.file.ext]"%(
|
||||
print("\n# python3 <( curl -s %s/script/upload_split/%s/%s ) [-s split_size_in_Mb] file_to_upload.ext [second.file.ext]"%(
|
||||
config['public_url'],
|
||||
share['name'],
|
||||
token
|
||||
|
||||
Reference in New Issue
Block a user