Before I go too far down the learning curve, I am wondering if requests is the right module to do what I'm trying to do.
I'd like to pass a file (initially a text file, eventually a photo with metadata) generated thru Pythonista on iPad to a file server on a Linux machine. Is requests the right approach? And are there any examples of doing what I'm trying to do that might be out there?
I have the file creation software up and running but I don't have anything that I can do with it just yet.
Thanks!