What tools should I use for uploading huge files?

Hello. Can you share your ideas about uploading huge files (20GB+, up to 350GB) onto the server (e.g. AWS Glasier). Streaming them does not actually look reliable. Instead, I can chunk files and send them one by one, so Glacier would be able to check file's integrity.
What tools should I use for this? Thanks.
You already invited:

keith

Upvotes from:

Write a simple script in python, that way you can handle your failures better in between in more customized manner. I think python's SDK for amazon is called boto3 and it's quite fun to use.

If you wanna answer this question please Login or Register