hi friends,
i have desktop interface in python which uses drag and drop and where users can login. right now if i drop a file it will be stored in local directory. now what i want is, i want to upload user dropeed file to remote web server. can anybody help me in direction ? i have been exploring python's ftp library's and everything i can find. anybody suggest me some good option to do the same ?
i also need to track user who uploaded file so if you can help me figuring out best option then it will be great help. tell me best way to achieve this. i am not sure ftp is the only option i have or not.
and thanks for reading this much. have a good day.