In a program I'm making I would need to upload a database(when finished working) to a website and download it again on start up of the program. Download Object looks self-explanatory, but how to upload. I suppose HTTP Object is intended for this, but I don't understand it. Could anyone help me, and briefly explain it to me?
Let's say, I want to upload mydatabase.dat to mysite.com
In actions there is:
1. Add file - what argument name means? (same with add number and string)
2. Set user agent - what is it and usage?
3. Requests - what is it and usage?