somewhat functioning flees client

This commit is contained in:
Ville Rantanen
2018-03-19 10:25:40 +02:00
parent acb366120d
commit 376869f1f3
3 changed files with 339 additions and 13 deletions

View File

@@ -402,7 +402,7 @@ def print_rest_api_upload(config, share, token):
share['name'],
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:")
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'],
share['name'],