Hello,does anybody have a script that uploads the files in a folder to https://wigle.net/ ?
It needs to log in with username and password.
I have searched the net for a suitable snippet of code to use without luck.
I have tried using:
os.system('curl -u usernameassword https://wigle.net/gps/gps/main/postfile -F myfile=/kismet-logs/*') , but that does not work.
It needs to log in with username and password.
I have searched the net for a suitable snippet of code to use without luck.
I have tried using:
os.system('curl -u usernameassword https://wigle.net/gps/gps/main/postfile -F myfile=/kismet-logs/*') , but that does not work.
Comment