Hello,
I am trying to figure out how to transfer files to a server. I got a TCP transfer to work, but sometimes port-forwarding due to ISPs doesn't work and it requires both people to be online at the same time. I tried to use Python and Flask and got a basic log-in to go through, but when you use authentication you get a redirect. Also there is no way to really store the cookie and send to the flask server to keep it logged in. I am trying to allow a user to upload a folder with some json and pngs in it. In theory I would like to have to go to their account or folder. Any help would be appreciated. I am not married to Python or Flask, but anything that has a basic working example would be appreciated.