HI,
We have a remote logging system running a python program that uploads files to an FTP server. This uses the FTPlib module and uploads over the 3G cell network.
We would like to run this on a cell phone (android) using Kivy. Is this possible? Can the FTPlib module be used directly?
I have had a look at plyer which doesn't have a specific FTP example although i did find an example using kivy.network.urlrequest.UrlRequest however i am not sure whether this would work uploading to an actual FTP server address.
Any help is much appreciated.
Cheers.